Skip to content

Commit 3edc2e6

Browse files
committed
wip
1 parent bb9ef1a commit 3edc2e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v4
2828
with:
2929
submodules: true
30-
- run: rustup self update
30+
- run: rustup --version
3131
- uses: ./.github/actions/install-rust
3232
- run: rustup target add x86_64-pc-windows-gnu
3333
- run: sudo apt-get update -y && sudo apt-get install -y gcc-mingw-w64-x86-64

0 commit comments

Comments
 (0)