Skip to content

Commit

Permalink
fix: update downloaded godot path
Browse files Browse the repository at this point in the history
  • Loading branch information
russmatney committed Oct 3, 2023
1 parent 4452952 commit 524e7e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gut_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
mkdir ~/.cache
mkdir -p ~/.config/godot
unzip Godot_v${{ vars.GODOT_VERSION }}-stable_linux.x86_64.zip
mv Godot_v${{ vars.GODOT_VERSION }}-stable_linux_headless.64 /usr/local/bin/godot
godot -e -q
mv Godot_v${{ vars.GODOT_VERSION }}-stable_linux.x86_64 /usr/local/bin/godot
godot --editor --headless --quit
- name: Run tests
shell: bash
Expand Down

0 comments on commit 524e7e4

Please sign in to comment.