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 49950ea commit 0d825b8Copy full SHA for 0d825b8
.github/workflows/builds.yml
@@ -33,9 +33,10 @@ jobs:
33
dnf -y install dnf-plugins-core
34
dnf config-manager --set-enable crb
35
dnf -y install \
36
- cargo \
37
mingw64-gcc \
38
- rustc
+ - run: curl https://sh.rustup.rs -sSf | sh -s -- -y
+ - run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH
39
+ - run: rustup target add x86_64-pc-windows-gnu
40
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
41
- run: |
42
RANLIB=x86_64-w64-mingw32-ranlib \
0 commit comments