Skip to content

Commit a95f70c

Browse files
authoredNov 29, 2024··
Merge pull request #154 from flavorjones/flavorjones-ci-fix-test-examples-macos-libiconv
ci: brew install libiconv for test-examples on macos
2 parents 17cd199 + 1079ab4 commit a95f70c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
test-examples:
5454
env:
5555
MAKEFLAGS: -j2
56+
LDFLAGS: "-L/usr/local/opt/libiconv/lib" # for macos-13, sigh
5657
strategy:
5758
fail-fast: false
5859
matrix:
@@ -71,6 +72,7 @@ jobs:
7172
with:
7273
apt-get: _update_ build-essential cmake
7374
mingw: _upgrade_ cmake
75+
brew: libiconv
7476
ruby-version: ${{ matrix.ruby }}
7577
bundler-cache: true
7678
- uses: actions/cache@v4

0 commit comments

Comments
 (0)
Please sign in to comment.