Skip to content

Commit 285c20e

Browse files
amesgenmrkkrp
authored andcommitted
Binaries CI: use 7z from nixpkgs
The pre-installed 7z on Linux machines doesn't support the -l option anymore for some reason.
1 parent ae76bfd commit 285c20e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/binaries.yml

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
nix build -L --system ${{ matrix.system }} .#binaries/${{ matrix.attr }}
4444
- name: Prepare upload
4545
run: |
46+
nix profile install --inputs-from . nixpkgs#p7zip
4647
cd result/bin
4748
7z a -l ${{ github.workspace }}/ormolu.zip .
4849
- uses: shogo82148/actions-upload-release-asset@v1

0 commit comments

Comments
 (0)