Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/check_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
# Global Settings
env:
GODOT_VERSION: 4.5
NDK_VERSION: 27.3.13750724
NDK_VERSION: 28.2.13676358
TARGET_PATH: demo/addons/fmod/libs/
TARGET_NAME: libGodotFmod
FMOD_VERSION: 20306
Expand Down Expand Up @@ -109,23 +109,23 @@ jobs:
shell: bash

- name: Android Editor Compilation
os: "ubuntu-22.04"
os: "ubuntu-latest"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it possible to fix the version ?

platform: android
target: editor
fmod-executable-suffix: android.tar.gz
flags: ndk_version=$NDK_VERSION arch=arm64
shell: bash

- name: Android Debug Compilation
os: "ubuntu-22.04"
os: "ubuntu-latest"
platform: android
target: template_debug
fmod-executable-suffix: android.tar.gz
flags: ndk_version=$NDK_VERSION arch=arm64
shell: bash

- name: Android Release Compilation
os: "ubuntu-22.04"
os: "ubuntu-latest"
platform: android
target: template_release
fmod-executable-suffix: android.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
# Global Settings
env:
GODOT_VERSION: 4.5
NDK_VERSION: 27.3.13750724
NDK_VERSION: 28.2.13676358
TARGET_PATH: demo/addons/fmod/libs/
TARGET_NAME: libGodotFmod
FMOD_VERSION: 20306
Expand Down
Loading