Skip to content

Commit c6dc4d3

Browse files
authored
Remove unused build tools
1 parent b9d1fb2 commit c6dc4d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
run: |
7070
cd dart-sdk/sdk
7171
rm -rf buildtools
72-
mkdir -p buildtools/ninja
72+
mkdir -p buildtools/ninja buildtools/sysroot
7373
ln -s /usr/bin/gn buildtools/gn
7474
ln -s /usr/bin/ninja buildtools/ninja/ninja
7575
@@ -125,13 +125,13 @@ jobs:
125125
run: |
126126
cd dart-sdk/sdk
127127
if ! ./tools/sdks/dart-sdk/bin/dart --version; then
128-
apk add --no-cache gcompat
128+
apk add --no-cache -- gcompat
129129
./tools/sdks/dart-sdk/bin/dart --version
130130
fi
131131
132132
- name: Install build tools
133133
run: |
134-
apk add --no-cache alpine-sdk bash clang curl gn lld llvm python3
134+
apk add --no-cache -- bash clang curl git gn lld llvm python3
135135
136136
- name: Setup multiarch
137137
run: |

0 commit comments

Comments
 (0)