GitHub Actions: Update Homebrew utfcpp to 4.0.2 (#1171)

Revert "Fix build on Mac with Homebrew utf8cpp"
This reverts commit 70b4ce79fb.

Is now fixed upstream
https://github.com/nemtrif/utfcpp/pull/113
https://github.com/nemtrif/utfcpp/releases/tag/v4.0.2
https://github.com/Homebrew/homebrew-core/pull/153333
This commit is contained in:
Urs Fleisch
2023-11-05 14:39:33 +01:00
committed by GitHub
parent 70b4ce79fb
commit f202fa25c3
2 changed files with 3 additions and 11 deletions

View File

@ -23,7 +23,9 @@ jobs:
if: matrix.os == 'ubuntu-latest'
- name: Set up macOS
run: brew install cppunit utf8cpp
run: |
brew update
brew install cppunit utf8cpp
if: matrix.os == 'macos-latest'
- name: Set up Windows