From 05bdbdfc919ac68d2f1d5432dd782e817b1c9be2 Mon Sep 17 00:00:00 2001 From: microcai Date: Thu, 3 Oct 2024 01:54:17 +0800 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index acf217f..b3374a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,7 +70,7 @@ jobs: -DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }} -DCMAKE_C_COMPILER=${{ matrix.c_compiler }} -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} - -DCMAKE_PREFIX_PATH=qt6_661_static_64/Qt6_binaries + -DCMAKE_PREFIX_PATH=qt6_661_static_64/Qt6_binaries/lib/cmake -S ${{ github.workspace }} - name: Build