Skip to content

Commit

Permalink
more deps
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Jul 25, 2024
1 parent 8a64a0f commit 9d512ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
runs-on: ubuntu-latest
container: ubuntu:24.04
steps:
- run: apt-get update -y && apt-get install -y git clang xz-utils cmake sudo
- run: apt-get update -y && apt-get install -y git clang wasm-ld-18 xz-utils cmake sudo
- run: git config --global --add safe.directory $PWD
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 9d512ae

Please sign in to comment.