From 611fc67e281c6a0477ebc8a6790dccc523c134b3 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Thu, 11 Apr 2024 17:22:21 +0200 Subject: [PATCH] Use new name for target_platform in CI --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dfbbdfd..59f89ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: - name: Install dependencies uses: kiwix/kiwix-build/actions/dl_deps_archive@main with: - target_platform: native_dyn + target_platform: linux-x86_64-dyn - name: Retrieve source code uses: actions/checkout@v3 @@ -35,7 +35,7 @@ jobs: - name: Compile source code shell: bash env: - PKG_CONFIG_PATH: "/home/runner/BUILD_native_dyn/INSTALL/lib/pkgconfig:/home/runner/BUILD_native_dyn/INSTALL/lib${{matrix.lib_postfix}}/pkgconfig" + PKG_CONFIG_PATH: "/home/runner/BUILD_linux-x86_64/INSTALL/lib/pkgconfig:/home/runner/BUILD_linux-x86_64/INSTALL/lib${{matrix.lib_postfix}}/pkgconfig" run: | - qmake PREFIX=$HOME/BUILD_native_dyn/INSTALL + qmake PREFIX=$HOME/BUILD_linux-x86_64/INSTALL make