Skip to content

Commit

Permalink
test: ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
krypton-byte committed Jan 11, 2024
1 parent 3acf304 commit 04bbf9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
export PATH=$PATH:$ANDROID_NDK_HOME/toolchains/llvm/prebuilt/linux-x86_64/bin
export CC=$(which aarch64-linux-android28-clang)
export CXX=$(which aarch64-linux-android28-clang++)
poetry install --group dev
poetry install
poetry run build goneonize
poetry build

0 comments on commit 04bbf9b

Please sign in to comment.