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 4d5699c commit ea0a564Copy full SHA for ea0a564
.github/workflows/test.yml
@@ -96,7 +96,7 @@ jobs:
96
with:
97
persist-credentials: false
98
99
- - uses: houseabsolute/actions-rust-cross@ad283b2fc65ad1f3a04fb8bf8b2b829aad4a9318
+ - uses: houseabsolute/actions-rust-cross@e021eb0bd0406694c4c3bd14cfce45df810dfaa5
100
101
command: build
102
target: thumbv7em-none-eabi
@@ -116,7 +116,7 @@ jobs:
116
117
118
119
120
121
command: test
122
target: ${{ matrix.arch }}
0 commit comments