Skip to content

Commit 8e58015

Browse files
author
Vano
committed
try to fix libclang install
1 parent 2f8e71e commit 8e58015

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
- name: Set up Python
195195
uses: actions/setup-python@v5
196196
with:
197-
python-version: '3.10'
197+
python-version: '3.12'
198198

199199
- name: Install cppscript dependencies
200200
run: |
@@ -291,7 +291,7 @@ jobs:
291291
$GODOT --headless --version
292292
# Need to run the editor so .godot is generated... but it crashes! Ignore that :-)
293293
(cd project && (timeout 30 $GODOT --import --headless >/dev/null 2>&1 || true))
294-
./run-tests.sh
294+
./run_tests.sh
295295
296296
- name: Upload artifact
297297
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)