Skip to content

Commit 393e5a7

Browse files
committed
update website
1 parent 4aef662 commit 393e5a7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
cargo test --features rp
4040
cargo test --features jem
41-
- name: Run tests
41+
- name: Run tests (script.sh)
4242
# Set environment variables for the cc crate
4343
env:
4444
CC_arm_unknown_linux_gnueabihf: arm-linux-gnueabihf-gcc
@@ -88,7 +88,7 @@ jobs:
8888
8989
# Verify the compiler is found
9090
which arm-linux-gnueabihf-gcc || (echo "arm-linux-gnueabihf-gcc not found in PATH" && exit 1)
91-
- name: Build for arm-unknown-linux-gnueabihf
91+
- name: Run tests (script.sh)
9292
# Set environment variables for the cc crate and PyO3 (if needed)
9393
env:
9494
CC_arm_unknown_linux_gnueabihf: arm-linux-gnueabihf-gcc

0 commit comments

Comments
 (0)