mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-22 15:42:20 +03:00
Patch GitHub macOS build.
This commit is contained in:
parent
094c40227c
commit
3ec8a15122
1
.github/workflows/package.yml
vendored
1
.github/workflows/package.yml
vendored
@ -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
|
||||
|
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user