Skip to content

Commit

Permalink
Use QT from mingw #fix0
Browse files Browse the repository at this point in the history
  • Loading branch information
donarturo11 committed Dec 22, 2024
1 parent 75ff774 commit 2d61a2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
fi
- name: Install QT (mingw)
if: ${{matrix.aqt-os == 'none'}} && ${{runner.os == 'Windows'}}
if: ${{matrix.aqt-os == 'none' && runner.os == 'Windows'}}
run: |
pacman -S --noconfirm \
${MINGW_PACKAGE_PREFIX}-qt5 \
Expand All @@ -205,7 +205,7 @@ jobs:
cmake --build ${{env.FFTW_BUILD_DIR}} --config Release
- name: Compile FFTW3 (POSIX)
if: ${{matrix.name != 'windows-qt6-msvc'}} && ${{matrix.aqt-os == 'none'}}
if: ${{matrix.name != 'windows-qt6-msvc' && matrix.aqt-os == 'none'}}
run: |
cmake -S fftw-3.3.10 -B ${{env.WORKDIR}}/fftw-build ${{matrix.flags}} -DCMAKE_INSTALL_PREFIX=${{env.DEPSPATH}}
cmake --build ${{env.FFTW_BUILD_DIR}}
Expand Down

0 comments on commit 2d61a2d

Please sign in to comment.