Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SmileYzn authored Sep 12, 2024
1 parent 2d28337 commit 1854e25
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 @@ -22,7 +22,7 @@ jobs:
run: sudo apt-get update -qq

- name: Install build dependencies
run: sudo apt-get install -qq -y wget unzip
run: sudo apt-get install -qq -y wget unzip libgcc1 libgcc1:i386 libc6-dev libc6-dev-i386

- name: Crete and open temporary directory
run: mkdir temp && cd temp
Expand Down

0 comments on commit 1854e25

Please sign in to comment.