Skip to content

Commit

Permalink
Update compile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
israpps authored Feb 8, 2024
1 parent 327b726 commit 92ee194
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
- name: Install dependencies
run: |
apk add make git zip
- name: Install 7zip
if: matrix.coh == 'COH=1'
run: |
apk add p7zip
- uses: actions/checkout@v3
- run: |
Expand Down

0 comments on commit 92ee194

Please sign in to comment.