Skip to content

Commit 5b08a8c

Browse files
committed
⚙️ ci(release): implement cross-platform build
1 parent 2f61319 commit 5b08a8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install dependencies
2121
run: |
2222
sudo apt-get update
23-
sudo apt-get install -y g++ make libunistring-dev
23+
sudo apt-get install -y g++ make libunistring-dev \
2424
gcc-aarch64-linux-gnu \
2525
g++-aarch64-linux-gnu \
2626
gcc-mingw-w64-x86-64 \

0 commit comments

Comments
 (0)