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 c504cec commit bd18e2f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,6 @@ 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 @@ -200,6 +196,7 @@ jobs:
env:
PKG_CONFIG_PATH: 'C:/msys64/mingw64/lib/pkgconfig'
run: |
cp C:/msys64/mingw64/bin/pkg-config.exe ${{ env.QT_ROOT_DIR }}/bin/
qmake
mingw32-make.exe qmake_all
mingw32-make.exe
Expand Down

0 comments on commit bd18e2f

Please sign in to comment.