Skip to content

Commit

Permalink
test2
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrofama committed Jul 6, 2023
1 parent 083be2e commit 6fa49d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
run: |
cd ./addons/Wwise/native/wwise_sdk
7z x wwise_sdk_2022.1.5_base.zip
7z x wwise_sdk_2022.1.5_ios.zip
7z x wwise_sdk_2022.1.5_android.zip
cd ../../../../
- name: Compile Debug library
Expand All @@ -190,7 +190,7 @@ jobs:
run: |
cd addons/Wwise/native
mkdir -p godot-cpp/bin
scons platform=${{ matrix.scons-platform }} target=template_debug dev_build=yes generate_bindings=yes wwise_sdk=wwise_sdk -j6 ${{ matrix.flags }} ${{ steps.cache-godot-extension.outputs.cache-hit == 'true' && 'build_library=no' || ''}}
scons platform=${{ matrix.scons-platform }} target=template_debug dev_build=yes asserts=true generate_bindings=yes wwise_sdk=wwise_sdk -j6 ${{ matrix.flags }}
cd ../../../
- name: Compile Release library
Expand All @@ -200,7 +200,7 @@ jobs:
SCONS_CACHE_LIMIT: 7168
run: |
cd addons/Wwise/native
scons platform=${{ matrix.scons-platform }} target=template_release generate_bindings=yes wwise_sdk=wwise_sdk -j6 ${{ matrix.flags }} ${{ steps.cache-godot-extension.outputs.cache-hit == 'true' && 'build_library=no' || ''}}
scons platform=${{ matrix.scons-platform }} target=template_release generate_bindings=yes wwise_sdk=wwise_sdk -j6 ${{ matrix.flags }}
cd ../../../
- name: Upload libs
Expand Down

0 comments on commit 6fa49d1

Please sign in to comment.