From 9be6ed15e75e402b71d53e9e60e3690a82f0c7d9 Mon Sep 17 00:00:00 2001 From: Alex J Lennon Date: Sat, 20 Jul 2024 19:28:19 +0100 Subject: [PATCH] Debugging Signed-off-by: Alex J Lennon --- .github/actions/compile_gdextension/action.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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) 🛠️"