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 1079ab4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
test-examples:
env:
MAKEFLAGS: -j2
LDFLAGS: "-L/usr/local/opt/libiconv/lib" # for macos-13, sigh
strategy:
fail-fast: false
matrix:
Expand All @@ -71,6 +72,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 1079ab4

Please sign in to comment.