Skip to content

Commit

Permalink
Add multilib package
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Oct 4, 2024
1 parent 5971718 commit 00dde9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
node-version: '20'
cache: 'yarn'
- name: Install multilib package
run: apt install gcc-multilib g++-multilib
run: sudo apt install gcc-multilib g++-multilib
shell: bash
- name: Install ziglang
uses: mlugg/setup-zig@v1
Expand Down

0 comments on commit 00dde9f

Please sign in to comment.