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 4e47581 commit 5971718
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,11 @@ jobs:
with:
node-version: '20'
cache: 'yarn'
- name: Install multilib package
run: apt install gcc-multilib g++-multilib
shell: bash
- name: Install ziglang
uses: goto-bus-stop/setup-zig@v1
uses: mlugg/setup-zig@v1
with:
version: 0.13.0
- name: Install cargo toolchains
Expand Down

0 comments on commit 5971718

Please sign in to comment.