mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
ci: add cachix workflow (#740)
This commit is contained in:
parent
e31d93b7f0
commit
0f6ddb13f3
2 changed files with 7 additions and 4 deletions
5
.github/workflows/cachix.yml
vendored
5
.github/workflows/cachix.yml
vendored
|
|
@ -8,7 +8,10 @@ on:
|
|||
jobs:
|
||||
publish:
|
||||
name: Publish Flake
|
||||
runs-on: [ubuntu-latest, macos-latest]
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- name: Checkout sources
|
||||
uses: actions/checkout@v4
|
||||
|
|
|
|||
|
|
@ -60,9 +60,9 @@
|
|||
wrapProgram $out/bin/yazi \
|
||||
--prefix PATH : "${makeBinPath runtimePaths}"
|
||||
installShellCompletion --cmd yazi \
|
||||
--bash ./yazi-config/completions/yazi.bash \
|
||||
--fish ./yazi-config/completions/yazi.fish \
|
||||
--zsh ./yazi-config/completions/_yazi
|
||||
--bash ./yazi-boot/completions/yazi.bash \
|
||||
--fish ./yazi-boot/completions/yazi.fish \
|
||||
--zsh ./yazi-boot/completions/_yazi
|
||||
|
||||
# Resize logo
|
||||
for RES in 16 24 32 48 64 128 256; do
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue