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 c5b9436 commit 10354faCopy full SHA for 10354fa
.github/workflows/cd.yml
@@ -94,7 +94,7 @@ jobs:
94
if: matrix.target != ''
95
uses: houseabsolute/actions-rust-cross@v1
96
with:
97
- cross-version: baf457e # currently needed (check again if cross version > 0.2.5)
+ cross-version: 49cd054 # currently needed (check again if cross version > 0.2.5)
98
command: build
99
toolchain: ${{ matrix.rust }}
100
target: ${{ matrix.target }}
0 commit comments