mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-09-22 03:26:05 -04:00
Use new name for target_platform in CI
This commit is contained in:
parent
7f2a0491c6
commit
611fc67e28
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
uses: kiwix/kiwix-build/actions/dl_deps_archive@main
|
uses: kiwix/kiwix-build/actions/dl_deps_archive@main
|
||||||
with:
|
with:
|
||||||
target_platform: native_dyn
|
target_platform: linux-x86_64-dyn
|
||||||
|
|
||||||
- name: Retrieve source code
|
- name: Retrieve source code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
@ -35,7 +35,7 @@ jobs:
|
|||||||
- name: Compile source code
|
- name: Compile source code
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
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: |
|
run: |
|
||||||
qmake PREFIX=$HOME/BUILD_native_dyn/INSTALL
|
qmake PREFIX=$HOME/BUILD_linux-x86_64/INSTALL
|
||||||
make
|
make
|
||||||
|
Loading…
x
Reference in New Issue
Block a user