Skip to content

Commit 7f3d8a8

Browse files
fixup! Enhance CI workflow: Expand target matrix for cross job to include additional architectures and Rust versions
1 parent 5ba80dd commit 7f3d8a8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/rustls-rustcrypto.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,9 @@ jobs:
118118
- rust: stable
119119
target: wasm32-unknown-unknown
120120
- rust: 1.88.0
121-
target: riscv32imc-unknown-none-elf
121+
target: riscv32imac-unknown-none-elf
122122
- rust: stable
123-
target: riscv32imc-unknown-none-elf
123+
target: riscv32imac-unknown-none-elf
124124
steps:
125125
- uses: actions/checkout@v4
126126
- name: Cache Rust toolchain

0 commit comments

Comments
 (0)