Skip to content

Commit

Permalink
ci: fix android release build
Browse files Browse the repository at this point in the history
  • Loading branch information
xJonathanLEI committed Aug 20, 2024
1 parent 689d03f commit 2cc8cc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ jobs:
cd ..
git clone https://github.com/termux/termux-packages
cd termux-packages
git checkout 20755dfcf892009eed162e54d9a025dcb51eca49
git checkout be322af79ad54a6bac8b7f988b4aca8c5ef7d1e8
- name: "Setup local repository"
run: |
Expand Down
2 changes: 1 addition & 1 deletion build/termux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ TERMUX_PKG_BUILD_IN_SRC=true

termux_step_make() {
termux_setup_rust
cargo build --jobs ${TERMUX_MAKE_PROCESSES} --target ${CARGO_TARGET_NAME} --release
cargo build --jobs ${TERMUX_PKG_MAKE_PROCESSES} --target ${CARGO_TARGET_NAME} --release
}

termux_step_make_install() {
Expand Down

0 comments on commit 2cc8cc8

Please sign in to comment.