Skip to content

Commit bd24e9a

Browse files
committed
expand yaml anchors to fix CI
1 parent 1266e8d commit bd24e9a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,10 @@ jobs:
201201
- name: dist-armv7-linux
202202
os: ubuntu-20.04-xl
203203
env: {}
204-
- name: dist-i586-gnu-i586-i686-musl
204+
- name: dist-i586-i686-musl
205+
os: ubuntu-20.04-xl
206+
env: {}
207+
- name: dist-i586-linux
205208
os: ubuntu-20.04-xl
206209
env: {}
207210
- name: dist-i686-linux

0 commit comments

Comments
 (0)