mirror of
https://github.com/AndroidAudioMods/ViPERFX_RE.git
synced 2024-12-22 22:47:25 +08:00
Actions: Update versions
This commit is contained in:
parent
7c48ebc523
commit
fe2f1c197a
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -8,13 +8,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Set up JDK 11
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
java-version: '11'
|
||||
distribution: 'adopt'
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Install NDK
|
||||
run: echo "y" | sudo ${ANDROID_HOME}/tools/bin/sdkmanager --install "ndk;21.1.6352462"
|
||||
@ -48,7 +42,7 @@ jobs:
|
||||
mv libv4a_re.so libv4a_re_arm64.so
|
||||
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: compiled-binaries
|
||||
path: |
|
||||
|
Loading…
Reference in New Issue
Block a user