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 1d67846 commit 061a608Copy full SHA for 061a608
1 file changed
.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: 36c0d78 # currently needed (check again if cross version > 0.2.5)
+ cross-version: baf457e # currently needed (check again if cross version > 0.2.5)
98
command: build
99
toolchain: ${{ matrix.rust }}
100
target: ${{ matrix.target }}
0 commit comments