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 e3821f7
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/ci-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,20 @@ 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
run: |
cd libconcord
mkdir m4; autoreconf --install
Expand Down

0 comments on commit e3821f7

Please sign in to comment.