Skip to content

Commit

Permalink
tell pkg-config the location of libarchive
Browse files Browse the repository at this point in the history
  • Loading branch information
RayyanAnsari authored Mar 21, 2021
1 parent f060162 commit f7347b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
run: mkdir ${{runner.workspace}}/build
- name: Configure
working-directory: ${{runner.workspace}}/build
run: cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DQt5_DIR=$(brew --prefix qt5)/lib/cmake/Qt5
run: |
export PKG_CONFIG_PATH="$(brew --prefix libarchive)/lib/pkgconfig"
cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DQt5_DIR=$(brew --prefix qt5)/lib/cmake/Qt5
- name: Make
working-directory: ${{runner.workspace}}/build
run: |
Expand Down

0 comments on commit f7347b1

Please sign in to comment.