ci: fix openarm-can.pc/OpenArmCANConfig.cmake detection (#24)
I think that we need `build.` because we need to set search path on
build machine but `--build.{pkg-config-path,cmake-prefix-path}` don't
work with Meson 1.9.0...
This commit is contained in:
parent
b37712b2d2
commit
5b2fbb028c
4
.github/workflows/test.yaml
vendored
4
.github/workflows/test.yaml
vendored
@ -87,10 +87,10 @@ jobs:
|
||||
- name: "Python: Build: pkg-config"
|
||||
run: |
|
||||
python3 -m pip install \
|
||||
-Csetup-args=--build.pkg-config-path=$PWD/install/lib/pkgconfig \
|
||||
-Csetup-args=--pkg-config-path=$PWD/install/lib/pkgconfig \
|
||||
./python
|
||||
- name: "Python: Build: CMake"
|
||||
run: |
|
||||
python3 -m pip install \
|
||||
-Csetup-args=--build.cmake-prefix-path=$PWD/install \
|
||||
-Csetup-args=--cmake-prefix-path=$PWD/install \
|
||||
./python
|
||||
|
||||
Loading…
Reference in New Issue
Block a user