Skip to content

Commit

Permalink
CI: install unzip
Browse files Browse the repository at this point in the history
  • Loading branch information
extinctpotato committed Nov 21, 2023
1 parent 1d10a48 commit 3d0d8bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
container: debian:bookworm
steps:
- run: apt -qqy update && apt -qqy install build-essential git flex bison wget python3
- run: apt -qqy update && apt -qqy install build-essential git flex bison wget python3 unzip
- uses: actions/checkout@v4
with:
submodules: true
Expand Down

0 comments on commit 3d0d8bb

Please sign in to comment.