We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aef662 commit 393e5a7Copy full SHA for 393e5a7
1 file changed
.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
38
run: |
39
cargo test --features rp
40
cargo test --features jem
41
- - name: Run tests
+ - name: Run tests (script.sh)
42
# Set environment variables for the cc crate
43
env:
44
CC_arm_unknown_linux_gnueabihf: arm-linux-gnueabihf-gcc
@@ -88,7 +88,7 @@ jobs:
88
89
# Verify the compiler is found
90
which arm-linux-gnueabihf-gcc || (echo "arm-linux-gnueabihf-gcc not found in PATH" && exit 1)
91
- - name: Build for arm-unknown-linux-gnueabihf
92
# Set environment variables for the cc crate and PyO3 (if needed)
93
94
0 commit comments