Skip to content

Commit

Permalink
macos: fix pkgconfig environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
quesnel committed Jul 2, 2024
1 parent b78bcf2 commit 8dd0a28
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,16 @@ jobs:

steps:
- name: Checkout repository and submodule
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
submodules: recursive

- name: Install dependencies
run: brew install expat fmt

- name: Configure CMake
env:
PKG_CONFIG_PATH: /usr/local/opt/expat/lib/pkgconfig
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{matrix.BUILD_TYPE}}

- name: Build
Expand Down

0 comments on commit 8dd0a28

Please sign in to comment.