Skip to content

Commit

Permalink
Fix more CI on macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
vrabaud committed Apr 25, 2024
1 parent 575f8c0 commit b511173
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci-unix-static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
pull_request:
paths:
- '.github/workflows/ci-unix-static-yml'
- '.github/workflows/ci-unix-static.yml'
- '**CMakeLists.txt'
- 'cmake/**'
- 'ext/**'
Expand Down Expand Up @@ -34,6 +34,9 @@ jobs:
- name: Set GCC & G++ compiler (on Linux)
if: runner.os == 'Linux'
run: echo "CC=gcc-${{matrix.gcc}}" >> $GITHUB_ENV && echo "CXX=g++-${{matrix.gcc}}" >> $GITHUB_ENV
- name: Set include path (on macOS)
if: runner.os == 'macOS'
run: echo "C_INCLUDE_PATH="$HOMEBREW_PREFIX/include:$C_INCLUDE_PATH" >> $GITHUB_ENV
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
with:
python-version: '3.x'
Expand Down

0 comments on commit b511173

Please sign in to comment.