diff --git a/.github/workflows/prebuild.yml b/.github/workflows/prebuild.yml index a53bf416..6a985153 100644 --- a/.github/workflows/prebuild.yml +++ b/.github/workflows/prebuild.yml @@ -64,6 +64,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 }} ${{ matrix.flags }}