Skip to content

Commit

Permalink
fix ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbrain committed Dec 3, 2023
1 parent be6e2e8 commit 2ea0bfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
fmod-studio-platform-folder: linux/studio/lib/x86_64
fmod-library-suffix: so
godot-executable-download-suffix: linux.x86_64.zip
godot-executable: Godot_v4.1.2-stable_linux.x86_64
godot-executable: Godot_v${{ env.GODOT_VERSION }}-stable_linux.x86_64
shell: bash

- name: Ubuntu Debug Compilation
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
fmod-studio-platform-folder: linux/studio/lib/x86_64
fmod-library-suffix: so
godot-executable-download-suffix: linux.x86_64.zip
godot-executable: Godot_v4.1.2-stable_linux.x86_64
godot-executable: Godot_v${{ env.GODOT_VERSION }}-stable_linux.x86_64
shell: bash

- name: Ubuntu Debug Compilation
Expand Down

0 comments on commit 2ea0bfa

Please sign in to comment.