Skip to content

Commit

Permalink
Update ci yaml to delete unnecessary files from running to free space
Browse files Browse the repository at this point in the history
  • Loading branch information
mjoerussell committed Feb 10, 2025
1 parent d14f165 commit 48d108a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ jobs:
runs-on: "ubuntu-22.04" # _SLANG_DEV_CONTAINER_BASE_IMAGE_ (keep in sync)

steps:
- name: Clean unnecessary files
run: |
rm -rf /usr/share/dotnet
rm -rf /opt/ghc
rm -rf "/usr/share/local/boost"
- name: "Checkout Repository"
uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683"

Expand Down

0 comments on commit 48d108a

Please sign in to comment.