diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cc52238e..32206aef 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -71,6 +71,11 @@ jobs: - uses: actions/setup-node@v4 with: node-version: lts/* + - run: | + wget https://apt.llvm.org/llvm.sh + chmod +x llvm.sh + sudo ./llvm.sh 20 + if: ${{ matrix.platform == 'linux' }} - run: npm install -g bare-make - run: npm install - run: bare-make generate --platform ${{ matrix.platform }} --arch ${{ matrix.arch }} --debug ${{ matrix.flags }}