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 ccf2d3f
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 @@ -6,11 +6,21 @@ on:
jobs:
build:
runs-on: macos-latest
env:
CPATH: /opt/homebrew/include
LIBRARY_PATH: /opt/homebrew/lib
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
run: |
Expand Down

0 comments on commit ccf2d3f

Please sign in to comment.