Skip to content

Commit d2435ee

Browse files
committed
Fix APK workflow docker entrypoint
1 parent a2465fc commit d2435ee

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build-apk.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,12 @@ jobs:
5959
set -o pipefail
6060
6161
docker run --rm \
62+
--entrypoint bash \
6263
-v "$PWD":/home/user/hostcwd \
6364
-w /home/user/hostcwd \
6465
-e RUST_TOOLCHAIN="$RUST_TOOLCHAIN" \
6566
"$BUILDOZER_IMAGE" \
66-
bash -lc '
67+
-lc '
6768
set -euo pipefail
6869
6970
export RUSTUP_HOME="$HOME/.rustup"

0 commit comments

Comments
 (0)