Skip to content

Commit 2cb0f61

Browse files
committed
Funnel through the Rust version
Signed-off-by: Daniel Egger <[email protected]>
1 parent fd18bcf commit 2cb0f61

File tree

1 file changed

+1
-1
lines changed
  • cortex-m-rt/.github/workflows

1 file changed

+1
-1
lines changed

cortex-m-rt/.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
- name: Install qemu
3737
run: sudo apt-get install qemu-system-arm
3838
- name: Run CI script for ${{ matrix.TARGET }} under ${{ matrix.rust }}
39-
run: TARGET=${{ matrix.TARGET }} bash ci/script.sh
39+
run: TARGET=${{ matrix.TARGET }} TRAVIS_RUST_VERSION=${{ matrix.rust }} bash ci/script.sh

0 commit comments

Comments
 (0)