Skip to content

Commit

Permalink
path typo oof
Browse files Browse the repository at this point in the history
  • Loading branch information
ddavness committed Mar 26, 2024
1 parent bd227ce commit c51c937
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 @@ -28,7 +28,7 @@ jobs:
triplet: arm64-osx
csharp: mono
toolchain: brew update ; brew install --force autoconf-archive doctest icu4c ; brew link icu4c
cmakeflags: -DCMAKE_BUILD_TYPE=Debug -DWITH_TESTS=ON -DWITH_COVERAGE=OFF -DCMAKE_PREFIX_PATH='/usr/homebrew/opt/icu4c;/usr/homebrew/opt/doctest'
cmakeflags: -DCMAKE_BUILD_TYPE=Debug -DWITH_TESTS=ON -DWITH_COVERAGE=OFF -DCMAKE_PREFIX_PATH='/opt/homebrew/opt/icu4c;/opt/homebrew/opt/doctest'
vcpkg: false
runs-on: ${{ matrix.plat }}
continue-on-error: true
Expand Down

0 comments on commit c51c937

Please sign in to comment.