Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
  • Loading branch information
ajlennon committed Jul 20, 2024
1 parent 4df3076 commit 9be6ed1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/actions/compile_gdextension/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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) 🛠️"
Expand Down

0 comments on commit 9be6ed1

Please sign in to comment.