Skip to content

Commit

Permalink
ci: Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
oleavr committed May 10, 2024
1 parent c742d93 commit 9c84514
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,5 @@ jobs:
ANDROID_ARCH=${{ matrix.arch }}
ANDROID_ABI=${{ matrix.arch }}
ANDROID_API_LEVEL=${{ matrix.api }}
ANDROID_LIBDIR=${{ contains(matrix.arch, '64') && 'lib64' || 'lib' }}
make check

0 comments on commit 9c84514

Please sign in to comment.