Skip to content

Commit

Permalink
Use correct prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperisager committed Nov 15, 2024
1 parent ea5e07f commit 2dddc77
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 @@ -66,7 +66,7 @@ jobs:
with:
distribution: temurin
java-version: 21
- run: npm install -g [email protected]0 ninja-runtime
- run: npm install -g [email protected]4 ninja-runtime
- run: npm install
- run: gradle build
- uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ jobs:
with:
distribution: temurin
java-version: 21
- run: npm install -g [email protected]0 ninja-runtime
- run: npm install -g [email protected]4 ninja-runtime
- run: npm install
- run: gradle build

0 comments on commit 2dddc77

Please sign in to comment.