Skip to content

Commit 2fca482

Browse files
authored
Update build.yml
1 parent c337f33 commit 2fca482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
libstdc++-13.1.1_git20230722-r1.apk
167167
libstdc++-dev-13.1.1_git20230722-r1.apk
168168
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 --
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 --
170170
171171
- name: Setup multiarch musl
172172
run: |

0 commit comments

Comments
 (0)