Skip to content

Commit 7b8631a

Browse files
authored
Update build.yml
1 parent d2537a6 commit 7b8631a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
apk add --no-cache -- bash clang curl git gn lld llvm python3
133133
134134
# TODO: remove once lld 18 is available in alpine stable
135-
- name: Install build tools
135+
- name: Install riscv64 build tools
136136
if: matrix.target-arch == 'riscv64'
137137
run: |
138138
apk upgrade --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/main -- lld
@@ -151,7 +151,7 @@ jobs:
151151
find lib -mindepth 1 -maxdepth 1 -name '*.so.*' -print0 | xargs -0 -n 1 -- sh -xc 'cp -u "$1" /lib' --
152152
rm -rf "$(pwd)"
153153
154-
- name: Install default sysroots
154+
- name: Install sysroots
155155
run: |
156156
cd dart-sdk/sdk
157157
./build/linux/alpine_sysroot_scripts/install-sysroot.sh x86_64 x86 aarch64 armv7 riscv64

0 commit comments

Comments
 (0)