Skip to content

Commit

Permalink
Fix MingW64 build: revert f3661ed
Browse files Browse the repository at this point in the history

(cherry picked from commit b5cbc6a)
  • Loading branch information
agiudiceandrea committed Sep 16, 2023
1 parent e6295e2 commit d387ebf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mingw64.yml
Expand Up @@ -31,10 +31,10 @@ jobs:
- uses: actions/checkout@v3

- name: Update system
run: dnf5 -y update
run: dnf -y update

- name: Install core dependencies
run: dnf5 -y install zip
run: dnf -y install zip

- name: Install build dependencies
run: ./ms-windows/mingw/mingwdeps.sh
Expand Down
2 changes: 1 addition & 1 deletion ms-windows/mingw/mingwdeps.sh
@@ -1,6 +1,6 @@
#!/bin/sh

dnf5 install -y --nogpgcheck \
dnf install -y --nogpgcheck \
mingw64-dlfcn \
mingw64-exiv2 \
mingw64-fcgi \
Expand Down

0 comments on commit d387ebf

Please sign in to comment.