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 e8699b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gut_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ 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
mv Godot_v${{ vars.GODOT_VERSION }}-stable_linux.64 /usr/local/bin/godot
godot -e -q
- name: Run tests
Expand Down

0 comments on commit e8699b0

Please sign in to comment.