Patch GitHub macOS build.

This commit is contained in:
jcamiel 2023-02-17 00:19:00 +01:00
parent 094c40227c
commit 3ec8a15122
No known key found for this signature in database
GPG Key ID: 07FF11CFD55356CC
2 changed files with 2 additions and 0 deletions

View File

@ -266,6 +266,7 @@ jobs:
python-version: '3.8'
- name: Build
run: |
brew install pkg-config
bin/release/release.sh
echo "PATH=:${PWD}/target/release:$PATH" >> "${GITHUB_ENV}"
- name: Test integ

View File

@ -254,6 +254,7 @@ jobs:
run: bin/test/test_prerequisites.sh
- name: Tests units
run: |
brew install pkg-config
bin/test/test_unit.sh
echo "PATH=${PWD}/target/release:$PATH" >> "${GITHUB_ENV}"
- name: Integration Tests