Skip to content

Commit

Permalink
add unzip just in case
Browse files Browse the repository at this point in the history
  • Loading branch information
markaren committed Oct 31, 2024
1 parent 23e2761 commit 4e1ddd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install prerequisites
run: |
sudo apt-get update && sudo apt-get install -y --no-install-recommends \
gcc g++ cmake libpugixml-dev
gcc g++ cmake unzip libpugixml-dev
- name: Configure and build
run: |
Expand Down

0 comments on commit 4e1ddd5

Please sign in to comment.