Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kaniol-lck committed Jun 13, 2024
1 parent b586184 commit c504cec
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@ jobs:
x64_suffix: -x64
modules:
steps:
- name: where is pkg-config
shell: cmd
run : |
where pkg-config
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
Expand Down Expand Up @@ -169,8 +173,6 @@ jobs:
if: ${{ startsWith( matrix.qt_ver, 5 ) }}
shell: powershell
run: |
$env:PATH
whereis pkg-config
C:/msys64/usr/bin/pacman -S mingw-w64-${{ matrix.msys_arch }}-aria2 --noconfirm
C:/msys64/usr/bin/pacman -S mingw-w64-${{ matrix.msys_arch }}-quazip-qt5 --noconfirm
C:/msys64/usr/bin/pacman -S mingw-w64-${{ matrix.msys_arch }}-pkg-config --noconfirm
Expand Down Expand Up @@ -198,7 +200,6 @@ jobs:
env:
PKG_CONFIG_PATH: 'C:/msys64/mingw64/lib/pkgconfig'
run: |
$env:PATH = "C:/msys64/mingw64/bin;" + $env:PATH
qmake
mingw32-make.exe qmake_all
mingw32-make.exe
Expand Down

0 comments on commit c504cec

Please sign in to comment.