We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fea1cf6 commit ff20eadCopy full SHA for ff20ead
.github/workflows/release.yml
@@ -53,7 +53,7 @@ jobs:
53
54
- name: Install cross
55
if: matrix.os == 'ubuntu-latest'
56
- uses: taiki-e/install-action@dffcc4dd22f40f81140c10e7529f6d98c0728621 # cross
+ run: cargo install cross
57
58
- name: Build with Cargo
59
if: matrix.os != 'ubuntu-latest'
0 commit comments