Skip to content

Commit 7ec2920

Browse files
committed
wip
1 parent c6c71a0 commit 7ec2920

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
@@ -16,7 +16,7 @@ jobs:
1616
submodules: true
1717
- uses: ./.github/actions/install-rust
1818
- run: rustup target add x86_64-pc-windows-gnu
19-
- run: apt-get update -y && apt-get install -y gcc-mingw-w64-x86-64
19+
- run: sudo apt-get update -y && sudo apt-get install -y gcc-mingw-w64-x86-64
2020
if: matrix.os == 'ubuntu-latest'
2121
- run: cargo fetch
2222
- run: cargo build --release --timings --target x86_64-pc-windows-gnu

0 commit comments

Comments
 (0)