From b6b42b99e28d71dfd085cb8925eceabe3d4ebe26 Mon Sep 17 00:00:00 2001 From: Sese Schneider Date: Sun, 7 Jan 2024 10:55:49 +0100 Subject: [PATCH] Write all targets --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d39f3a4..7bb59a6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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