Skip to content

Commit 853c8e0

Browse files
committed
update CI
1 parent 3166dff commit 853c8e0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/CI.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ jobs:
3838
target: ppc64le
3939
steps:
4040
- uses: actions/checkout@v4
41+
- name: Install Dependencies
42+
run: |
43+
sudo apt-get update
44+
sudo apt-get install -y musl-tools gcc musl-dev
4145
- uses: actions/setup-python@v5
4246
with:
4347
python-version: 3.x
@@ -69,6 +73,10 @@ jobs:
6973
target: armv7
7074
steps:
7175
- uses: actions/checkout@v4
76+
- name: Install Dependencies
77+
run: |
78+
sudo apt-get update
79+
sudo apt-get install -y musl-tools gcc musl-dev
7280
- uses: actions/setup-python@v5
7381
with:
7482
python-version: 3.x

0 commit comments

Comments
 (0)