We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f8e71e commit 8e58015Copy full SHA for 8e58015
.github/workflows/ci.yaml
@@ -194,7 +194,7 @@ jobs:
194
- name: Set up Python
195
uses: actions/setup-python@v5
196
with:
197
- python-version: '3.10'
+ python-version: '3.12'
198
199
- name: Install cppscript dependencies
200
run: |
@@ -291,7 +291,7 @@ jobs:
291
$GODOT --headless --version
292
# Need to run the editor so .godot is generated... but it crashes! Ignore that :-)
293
(cd project && (timeout 30 $GODOT --import --headless >/dev/null 2>&1 || true))
294
- ./run-tests.sh
+ ./run_tests.sh
295
296
- name: Upload artifact
297
uses: actions/upload-artifact@v3
0 commit comments