Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ntkme authored Dec 5, 2024
1 parent bea2258 commit 48b385f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,6 @@ jobs:
run: |
apk add --no-cache -- bash clang curl git gn lld llvm python3
# TODO: remove once lld 18 is available in alpine stable
- name: Install riscv64 build tools
if: matrix.target-arch == 'riscv64'
run: |
apk upgrade --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/main -- lld
- name: Install sysroots
run: |
cd dart-sdk/sdk
Expand Down

0 comments on commit 48b385f

Please sign in to comment.