diff --git a/.github/actions/compile_gdextension/action.yml b/.github/actions/compile_gdextension/action.yml index 20f56d3..9ebf6ae 100644 --- a/.github/actions/compile_gdextension/action.yml +++ b/.github/actions/compile_gdextension/action.yml @@ -100,8 +100,14 @@ runs: cd build make + - name: Build Opus (MacOS) + if: runner.os == 'MacOS' + shell: bash + run: | + echo "::group::🛠️ Opus Compilation (MacOS TBD) 🛠️" + - name: Build Opus (iOS) - if: runner.os == 'iOS' && inputs.platform == 'ios' + if: runner.os == 'iOS' shell: bash run: | echo "::group::🛠️ Opus Compilation (iOS) 🛠️"