Skip to content

Commit 8620250

Browse files
author
share121
committed
ci: 添加 linux arm32 目标
1 parent 21ccd6c commit 8620250

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ jobs:
6565
with:
6666
targets: ${{ matrix.target }}
6767

68-
- name: Install dependencies (linux 32bit only)
69-
if: matrix.build == 'linux-32bit'
68+
- name: Install dependencies (linux 32bit and linux arm32 only)
69+
if: matrix.build == 'linux-32bit' || matrix.build == 'linux-arm32'
7070
run: |
7171
sudo apt update
7272
sudo apt install gcc-multilib

0 commit comments

Comments
 (0)