mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-16 12:47:55 +08:00
update flake deps, fix gh release interpreter
This commit is contained in:
@@ -53,6 +53,10 @@ jobs:
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
- name: Build release
|
||||
run: nix build .#${{ matrix.target }}
|
||||
- name: Fix interpreter path on Linux
|
||||
if: ${{ matrix.target == 'linux' }}
|
||||
run: |
|
||||
nix-shell -p patchelf --command "patchelf --set-interpreter /lib64/ld-linux-x86-64.so.2 target/release/himalaya"
|
||||
- name: Compress executable
|
||||
run: |
|
||||
mkdir -p {man,completions}
|
||||
|
||||
Reference in New Issue
Block a user