Skip to content

Commit

Permalink
ci: Fix space issue
Browse files Browse the repository at this point in the history
  • Loading branch information
juan-lunarg committed Apr 11, 2023
1 parent 41af143 commit bb9d670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vvl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ jobs:
-D CMAKE_ANDROID_ARCH_ABI=${{ matrix.abi }} \
-D CMAKE_ANDROID_STL_TYPE=c++_static \
-D CMAKE_ANDROID_RTTI=YES \
-D CMAKE_ANDROID_EXCEPTIONS= YES \
-D CMAKE_ANDROID_EXCEPTIONS=YES \
-D ANDROID_USE_LEGACY_TOOLCHAIN_FILE=NO \
-D CMAKE_BUILD_TYPE=Debug \
-D UPDATE_DEPS=ON \
Expand Down

0 comments on commit bb9d670

Please sign in to comment.