Skip to content

Commit

Permalink
Fix workflow condition
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperisager committed Oct 31, 2024
1 parent 404be0d commit 716d879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: choco install llvm
if: ${{ matrix.platform == 'win32' }}
if: ${{ matrix.os == 'windows-latest' }}
- run: npm install -g bare-runtime bare-make
- run: npm install
- run: bare-make generate --debug
Expand Down

0 comments on commit 716d879

Please sign in to comment.