Skip to content

Commit

Permalink
Copilot flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Sese-Schneider committed Jan 7, 2024
1 parent fa49f5e commit 2021b49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,14 @@ jobs:

env:
CC: 'clang'
CFLAGS: '-target arm64-apple-macos11'
CFLAGS: '-target arm64-apple-macos11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -mmacosx-version-min=11.0'

steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: brew install autoconf automake libtool hidapi libusb
- run: autoreconf --install --force
- run: ./configure --prefix=/usr --host=x86_64-apple-darwin --build=x86_64-apple-darwin --target=aarch64-apple-darwin
- run: "./configure --host=x86_64-apple-darwin --build=x86_64-apple-darwin --target=aarch64-apple-darwin --prefix=/usr"
- run: make
- run: make distcheck
- name: Package artifacts
Expand Down

0 comments on commit 2021b49

Please sign in to comment.