We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd18bcf commit 2cb0f61Copy full SHA for 2cb0f61
cortex-m-rt/.github/workflows/ci.yml
@@ -36,4 +36,4 @@ jobs:
36
- name: Install qemu
37
run: sudo apt-get install qemu-system-arm
38
- name: Run CI script for ${{ matrix.TARGET }} under ${{ matrix.rust }}
39
- run: TARGET=${{ matrix.TARGET }} bash ci/script.sh
+ run: TARGET=${{ matrix.TARGET }} TRAVIS_RUST_VERSION=${{ matrix.rust }} bash ci/script.sh
0 commit comments