Skip to content

Commit

Permalink
WIP: Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
NeilKleistGao committed Sep 16, 2024
1 parent 5ec0fa8 commit abf9c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
run: unzip Godot_v4.3-stable_mono_export_templates.tpz
- name: Build
shell: bash
run: mkdir bin && mkdir bin/linux && ./Godot_v4.3-stable_mono_linux_x86_64 --headless --export-debug linux
run: mkdir bin && mkdir bin/linux && ./Godot_v4.3-stable_mono_linux_x86_64/Godot_v4.3-stable_mono_linux_x86_64 --headless --export-debug linux

0 comments on commit abf9c73

Please sign in to comment.