Skip to content

Commit

Permalink
Use LLVM 20 for Linux prebuilds
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperisager committed Jan 9, 2025
1 parent 76ca5ca commit a2e084b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit a2e084b

Please sign in to comment.