Skip to content

Commit 0d825b8

Browse files
committed
fixup
1 parent 49950ea commit 0d825b8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/builds.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@ jobs:
3333
dnf -y install dnf-plugins-core
3434
dnf config-manager --set-enable crb
3535
dnf -y install \
36-
cargo \
3736
mingw64-gcc \
38-
rustc
37+
- run: curl https://sh.rustup.rs -sSf | sh -s -- -y
38+
- run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH
39+
- run: rustup target add x86_64-pc-windows-gnu
3940
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
4041
- run: |
4142
RANLIB=x86_64-w64-mingw32-ranlib \

0 commit comments

Comments
 (0)