Skip to content

Commit 6791445

Browse files
author
Hyper-Fumetsu
committed
ci: fix interpreter, use python3 (setup-python puts 3.14 on PATH)
1 parent 8fe99b2 commit 6791445

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build-android-wheels.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,11 @@ jobs:
4444
git clone --depth 1 https://github.com/crate-py/rpds.git
4545
cd rpds
4646
# Cross-compile to aarch64-linux-android, platform tag for Termux
47+
# setup-python puts 3.14 on PATH → python3 resolves to it
4748
maturin build \
4849
--release \
4950
--target aarch64-linux-android \
50-
--interpreter $(which python3) \
51+
--interpreter python3 \
5152
--out dist
5253
ls -lh dist/
5354

0 commit comments

Comments
 (0)