From bd18e2fead6737ebac84b9f78409ca98bed7a586 Mon Sep 17 00:00:00 2001 From: kaniol-lck <375520360@qq.com> Date: Thu, 13 Jun 2024 17:09:59 +0800 Subject: [PATCH] ci --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 24ec84c..e3222ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: @@ -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