Skip to content

Commit

Permalink
last thing before i do normal life stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdcalculus committed Nov 29, 2023
1 parent 0d26198 commit d2e5317
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,6 @@ jobs:

- name: Install QtApng
env:
ANDROID_NDK_ROOT: $ANDROID_HOME/ndk/21.4.7075529
ANDROID_NDK: $ANDROID_HOME/ndk/21.4.7075529
run: |
echo $PATH
echo $ANDROID_HOME
Expand All @@ -125,7 +123,7 @@ jobs:
chmod +x get_libs.sh
./get_libs.sh 1.3 1.6.37
cd ../..
qmake
qmake ANDROID_NDK_ROOT=${ANDROID_HOME}/ndk/21.4.7075529 ANDROID_NDK=${ANDROID_HOME}/ndk/21.4.7075529
${{matrix.make}}
${{matrix.make}} INSTALL_ROOT="$QT_ROOT_DIR" install
Expand Down

0 comments on commit d2e5317

Please sign in to comment.