Skip to content

Commit

Permalink
Looked up the CMAKE_PREFIX_PATH separator, oops
Browse files Browse the repository at this point in the history
  • Loading branch information
ddavness committed Mar 21, 2024
1 parent 62c3fb0 commit f007882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
triplet: x64-osx
csharp: mono
toolchain: brew install --force autoconf-archive doctest icu4c
cmakeflags: -G Xcode -DCMAKE_BUILD_TYPE=Debug -DWITH_TESTS=ON -DWITH_COVERAGE=OFF -DCMAKE_PREFIX_PATH='/usr/local/opt/icu4c:/usr/local/opt/doctest'
cmakeflags: -G Xcode -DCMAKE_BUILD_TYPE=Debug -DWITH_TESTS=ON -DWITH_COVERAGE=OFF -DCMAKE_PREFIX_PATH='/usr/local/opt/icu4c;/usr/local/opt/doctest'
vcpkg: false
runs-on: ${{ matrix.plat }}
continue-on-error: true
Expand Down

0 comments on commit f007882

Please sign in to comment.