Skip to content

Commit

Permalink
Fix CI on macOS after upgrade to macos-14 (arm64)
Browse files Browse the repository at this point in the history
  • Loading branch information
swt2c committed May 14, 2024
1 parent bd643ab commit f76fb34
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/ci-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,21 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
detached: true
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install dependencies
run: |
brew install autoconf automake hidapi libzip
brew install autoconf automake hidapi libtool libzip
pip3 install build
- name: Build libconcord
env:
CPATH: /opt/homebrew/include
LIBRARY_PATH: /opt/homebrew/lib
run: |
cd libconcord
mkdir m4; autoreconf --install
Expand Down

0 comments on commit f76fb34

Please sign in to comment.