We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d825b8 commit 614f67aCopy full SHA for 614f67a
.github/workflows/builds.yml
@@ -33,7 +33,9 @@ jobs:
33
dnf -y install dnf-plugins-core
34
dnf config-manager --set-enable crb
35
dnf -y install \
36
- mingw64-gcc \
+ gcc \
37
+ make \
38
+ mingw64-gcc
39
- run: curl https://sh.rustup.rs -sSf | sh -s -- -y
40
- run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH
41
- run: rustup target add x86_64-pc-windows-gnu
0 commit comments