Skip to content

Commit f6f0c14

Browse files
committedJan 30, 2025·
pls work
1 parent 62fa4db commit f6f0c14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ jobs:
127127
- name: Linux ARM setup
128128
if: ${{ matrix.job.target == 'aarch64-unknown-linux-gnu' }}
129129
run: |
130+
sudo dpkg --add-architecture arm64
130131
sudo apt-get update -y
131132
sudo apt-get install -y gcc-aarch64-linux-gnu libssl-dev
132133
sudo apt-get install -y libdbus-1-dev:arm64 pkg-config

0 commit comments

Comments
 (0)
Please sign in to comment.