Skip to content

Commit

Permalink
ci: brew install libiconv for test-examples on macos
Browse files Browse the repository at this point in the history
This started failing suddenly, I imagine because Github's base
container removed libiconv or something.
  • Loading branch information
flavorjones committed Nov 29, 2024
1 parent 17cd199 commit 0ed196b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
with:
apt-get: _update_ build-essential cmake
mingw: _upgrade_ cmake
brew: libiconv
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- uses: actions/cache@v4
Expand Down

0 comments on commit 0ed196b

Please sign in to comment.