Skip to content

Commit 3232307

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-zauth.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
sudo apt-get update
25-
sudo apt-get install -y gcc-aarch64-linux-gnu
25+
sudo apt-get install -y gcc-aarch64-apple-darwin
2626
2727
- name: Build zAuth for ARM64
2828
run: |

0 commit comments

Comments
 (0)