Skip to content

Commit

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

0 comments on commit a9d7d3d

Please sign in to comment.