diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c7d5dac47..1fccb1e3d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: