Skip to content

Commit ff20ead

Browse files
committed
Install cross directly
1 parent fea1cf6 commit ff20ead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
- name: Install cross
5555
if: matrix.os == 'ubuntu-latest'
56-
uses: taiki-e/install-action@dffcc4dd22f40f81140c10e7529f6d98c0728621 # cross
56+
run: cargo install cross
5757

5858
- name: Build with Cargo
5959
if: matrix.os != 'ubuntu-latest'

0 commit comments

Comments
 (0)