Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
radkesvat committed Aug 16, 2024
1 parent fff3763 commit c9cb7a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmake-multi-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
-DCMAKE_C_COMPILER=${{ matrix.c_compiler }}
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
-DCMAKE_TOOLCHAIN_FILE="$ANDROID_NDK_ROOT/build/cmake/android.toolchain.cmake"
-DANDROID_ABI="arm64-v7a"
-DANDROID_PLATFORM=android-24
-DANDROID_ABI="armeabi-v7a"
-DANDROID_PLATFORM=android-21
-S ${{ github.workspace }}
- name: Build
Expand All @@ -58,7 +58,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: Waterwall_android_24_arm64_v7a_${{ runner.arch }}_${{ matrix.c_compiler }}
name: Waterwall_android_21_arm64_v7a_${{ runner.arch }}_${{ matrix.c_compiler }}
path: ${{ steps.strings.outputs.build-output-dir }}/bin


0 comments on commit c9cb7a0

Please sign in to comment.