Skip to content

Commit 614f67a

Browse files
committed
fixup
1 parent 0d825b8 commit 614f67a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/builds.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ jobs:
3333
dnf -y install dnf-plugins-core
3434
dnf config-manager --set-enable crb
3535
dnf -y install \
36-
mingw64-gcc \
36+
gcc \
37+
make \
38+
mingw64-gcc
3739
- run: curl https://sh.rustup.rs -sSf | sh -s -- -y
3840
- run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH
3941
- run: rustup target add x86_64-pc-windows-gnu

0 commit comments

Comments
 (0)