Skip to content

Commit

Permalink
Patch GitHub macOS build.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcamiel committed Feb 16, 2023
1 parent 094c402 commit 3ec8a15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3ec8a15

Please sign in to comment.