Skip to content

Commit c793142

Browse files
authored
Update build.yml
1 parent b3ef150 commit c793142

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,16 +157,19 @@ jobs:
157157
- name: Fix riscv64 sysroot
158158
if: matrix.target-arch == 'riscv64'
159159
run: |
160-
xargs -n 1 -I {} wget https://github.com/dart-musl/dl-cdn.alpinelinux.org/raw/main/alpine/edge/main/riscv64/{} <<'EOF'
160+
xargs -n 1 -I {} wget https://dart-musl.github.io/dl-cdn.alpinelinux.org/alpine/edge/main/riscv64/{} <<'EOF'
161161
g++-13.1.1_git20230722-r1.apk
162162
gcc-13.1.1_git20230722-r1.apk
163163
libatomic-13.1.1_git20230722-r1.apk
164164
libgcc-13.1.1_git20230722-r1.apk
165165
libgomp-13.1.1_git20230722-r1.apk
166166
libstdc++-13.1.1_git20230722-r1.apk
167167
libstdc++-dev-13.1.1_git20230722-r1.apk
168+
musl-1.2.4_git20230717-r2.apk
169+
musl-dev-1.2.4_git20230717-r2.apk
170+
musl-utils-1.2.4_git20230717-r2.apk
168171
EOF
169-
find . -mindepth 1 -maxdepth 1 -name '*-13.1.1_git20230722-r1.apk' -print0 | xargs -0 apk add --root "$GITHUB_WORKSPACE/dart-sdk/sdk/build/linux/alpine-linux-riscv64-sysroot" --allow-untrusted --no-scripts --
172+
find . -mindepth 1 -maxdepth 1 -name '*.apk' -print0 | xargs -0 apk add --root "$GITHUB_WORKSPACE/dart-sdk/sdk/build/linux/alpine-linux-riscv64-sysroot" --allow-untrusted --no-scripts --
170173
171174
- name: Setup multiarch musl
172175
run: |

0 commit comments

Comments
 (0)