Hopefully fixed the GitHub workflow file. No code changes. (0.42.0)
This commit is contained in:
parent
cbb81c0b93
commit
aeab05c9c0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cmake-ubuntu-latest.yml
vendored
2
.github/workflows/cmake-ubuntu-latest.yml
vendored
|
|
@ -6,6 +6,7 @@ on:
|
|||
|
||||
env:
|
||||
BUILD_TYPE: Release
|
||||
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
@ -13,7 +14,6 @@ jobs:
|
|||
defaults:
|
||||
run:
|
||||
working-directory: ${{github.workspace}}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue