We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb8d6fd commit 7baab24Copy full SHA for 7baab24
1 file changed
.github/workflows/release.yml
@@ -19,10 +19,14 @@ jobs:
19
20
- name: Install dependencies
21
run: |
22
+ sudo dpkg --add-architecture arm64
23
sudo apt-get update
24
# TODO: Re-enable Windows target when libunistring is cross-built
25
# sudo apt-get install -y gcc-mingw-w64-x86-64 g++-mingw-w64-x86-64
- sudo apt-get install -y g++ make libunistring-dev \
26
+ sudo apt-get install -y \
27
+ g++ make \
28
+ libunistring-dev \
29
+ libunistring-dev:arm64 \
30
gcc-aarch64-linux-gnu \
31
g++-aarch64-linux-gnu
32
0 commit comments