Skip to content

Commit

Permalink
Upgrade existing LLVM
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperisager committed Oct 31, 2024
1 parent 716d879 commit 7348cd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: lts/*
- run: choco install llvm
- run: choco upgrade llvm
if: ${{ matrix.platform == 'win32' }}
- run: npm install -g bare-make
- run: npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: choco install llvm
- run: choco upgrade llvm
if: ${{ matrix.os == 'windows-latest' }}
- run: npm install -g bare-runtime bare-make
- run: npm install
Expand Down

0 comments on commit 7348cd5

Please sign in to comment.