Skip to content

Commit

Permalink
Write all targets
Browse files Browse the repository at this point in the history
  • Loading branch information
Sese-Schneider committed Jan 7, 2024
1 parent 79f8c0a commit b6b42b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Install dependencies
run: brew install autoconf automake libtool hidapi libusb
- run: autoreconf --install --force
- run: ./configure --prefix=/usr --host/--target/--build=aarch64-apple-darwin
- run: ./configure --prefix=/usr --host=aarch64-apple-darwin --target=aarch64-apple-darwin --build=aarch64-apple-darwin
- run: make
- run: make distcheck
- name: Package artifacts
Expand Down

0 comments on commit b6b42b9

Please sign in to comment.