Skip to content

Commit

Permalink
Try forcing newer ndk
Browse files Browse the repository at this point in the history
  • Loading branch information
Sopel97 committed May 30, 2022
1 parent f710dc9 commit da83856
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stockfish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ jobs:
- {
name: "Ubuntu 20.04 NDK armv8",
os: ubuntu-20.04,
compiler: aarch64-linux-android21-clang++,
compiler: aarch64-linux-android22-clang++,
comp: ndk,
run_armv8_tests: true,
shell: 'bash {0}'
}
- {
name: "Ubuntu 20.04 NDK armv7",
os: ubuntu-20.04,
compiler: armv7a-linux-androideabi21-clang++,
compiler: armv7a-linux-androideabi22-clang++,
comp: ndk,
run_armv7_tests: true,
shell: 'bash {0}'
Expand Down

0 comments on commit da83856

Please sign in to comment.