Skip to content

Commit

Permalink
ci: Test
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxuser committed Sep 4, 2024
1 parent 6b74b01 commit 3d6b324
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,25 @@ jobs:
run: dnf copr enable -y grenier/mingw-testdisk
- name: Install dependencies
run: >-
dnf install -y
git
libtool
autoconf
automake
make
mingw64-binutils
mingw64-filesystem
mingw64-gcc
mingw64-gcc-c++
mingw64-gettext
mingw64-libewf
mingw64-libjpeg-turbo
mingw64-ntfsprogs
mingw64-openssl
mingw64-pdcurses
mingw64-qt5-qtbase-devel
mingw64-qt5-qttools-tools
mingw64-win-iconv
dnf install -y \
git \
libtool \
autoconf \
automake \
make \
mingw64-binutils \
mingw64-filesystem \
mingw64-gcc \
mingw64-gcc-c++ \
mingw64-gettext \
mingw64-libewf \
mingw64-libjpeg-turbo \
mingw64-ntfsprogs \
mingw64-openssl \
mingw64-pdcurses \
mingw64-qt5-qtbase-devel \
mingw64-qt5-qttools-tools \
mingw64-win-iconv \
mingw64-zlib
- name: Configure
run: |
Expand Down

0 comments on commit 3d6b324

Please sign in to comment.