We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb9ef1a commit 3edc2e6Copy full SHA for 3edc2e6
.github/workflows/check.yml
@@ -27,7 +27,7 @@ jobs:
27
- uses: actions/checkout@v4
28
with:
29
submodules: true
30
- - run: rustup self update
+ - run: rustup --version
31
- uses: ./.github/actions/install-rust
32
- run: rustup target add x86_64-pc-windows-gnu
33
- run: sudo apt-get update -y && sudo apt-get install -y gcc-mingw-w64-x86-64
0 commit comments