We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6c71a0 commit 7ec2920Copy full SHA for 7ec2920
.github/workflows/check.yml
@@ -16,7 +16,7 @@ jobs:
16
submodules: true
17
- uses: ./.github/actions/install-rust
18
- run: rustup target add x86_64-pc-windows-gnu
19
- - run: apt-get update -y && apt-get install -y gcc-mingw-w64-x86-64
+ - run: sudo apt-get update -y && sudo apt-get install -y gcc-mingw-w64-x86-64
20
if: matrix.os == 'ubuntu-latest'
21
- run: cargo fetch
22
- run: cargo build --release --timings --target x86_64-pc-windows-gnu
0 commit comments