Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
toasterofbread committed Dec 5, 2024
1 parent 9725f44 commit fe73500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
run: mkdir -p library/src/nativeInterop/linuxArm64 && cp -r libzmq/* library/src/nativeInterop/linuxArm64

- name: Add arm64 architecture to dpkg
run: dpkg --add-architecture arm64
run: sudo dpkg --add-architecture arm64

- name: Add arm64 apt sources
run: |
Expand Down

0 comments on commit fe73500

Please sign in to comment.