Skip to content

Commit 2aff2e7

Browse files
committed
fixup! fixup! WIP: build zauth binary for arm64
1 parent 2bd2628 commit 2aff2e7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-zauth.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ jobs:
1919
target: aarch64-apple-darwin
2020
override: true
2121

22+
- name: Install dependencies
23+
run: |
24+
sudo apt-get update
25+
sudo apt-get install -y gcc-aarch64-linux-gnu
26+
2227
- name: Build zAuth for ARM64
2328
run: |
2429
make libzauth

0 commit comments

Comments
 (0)