mirror of
https://github.com/AndroidAudioMods/ViPERFX_RE.git
synced 2024-12-22 14:37:24 +08:00
Actions: Do not clean the build, as it's not needed
This commit is contained in:
parent
73d9d17323
commit
173222774f
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -40,14 +40,10 @@ jobs:
|
||||
cmake -DCMAKE_TOOLCHAIN_FILE=$ANDROID_NDK_HOME/build/cmake/android.toolchain.cmake -DANDROID_ABI=${{ matrix.abi }} -DANDROID_PLATFORM=android-${{ env.MIN_SDK_VERSION }} -DANDROID_ARM_NEON=TRUE .
|
||||
cmake --build . -- -j$(nproc)
|
||||
|
||||
- name: Rename and move output
|
||||
- name: Rename output
|
||||
run: |
|
||||
mv libv4a_re.so libv4a_re_${{ matrix.abi }}.so
|
||||
|
||||
- name: Clean build
|
||||
run: |
|
||||
cmake --build . --target clean
|
||||
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user