Skip to content

Commit

Permalink
get unzip as well since it's apparently not included in ubuntu 22.04 …
Browse files Browse the repository at this point in the history
…anymore
  • Loading branch information
TrentHouliston committed Jul 14, 2024
1 parent 842ea63 commit ddfbd80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gcc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
# Update for all the actions that need to install stuff
- run: |
apt-get update
apt-get install -y software-properties-common
apt-get install -y software-properties-common unzip
- name: Install GCC
run: |
Expand Down

0 comments on commit ddfbd80

Please sign in to comment.