We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c337f33 commit 2fca482Copy full SHA for 2fca482
.github/workflows/build.yml
@@ -166,7 +166,7 @@ jobs:
166
libstdc++-13.1.1_git20230722-r1.apk
167
libstdc++-dev-13.1.1_git20230722-r1.apk
168
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 --
+ 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 --
170
171
- name: Setup multiarch musl
172
run: |
0 commit comments