Skip to content

Commit

Permalink
Preinstall toolchains when computing coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Oct 23, 2024
1 parent 30e41de commit caf156c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
sudo rm -rf /usr/share/swift
# du -sh /usr/*/* 2>/dev/null | sort -h || true
- name: Preinstall toolchains
run: cargo run -p dylint_internal --bin preinstall-toolchains

- name: Coverage
run: |
for X in . driver utils/linting; do
Expand Down

0 comments on commit caf156c

Please sign in to comment.