Skip to content

Commit

Permalink
Remove cached docker images from Github Runners (#1874)
Browse files Browse the repository at this point in the history
  • Loading branch information
umangyadav authored Jul 7, 2023
1 parent c1b8c97 commit c88d4a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ jobs:
haskell: true
large-packages: true
swap-storage: true
docker-images: true

- uses: actions/checkout@v3
- name: Set up Python
Expand Down Expand Up @@ -220,6 +221,7 @@ jobs:
haskell: true
large-packages: true
swap-storage: true
docker-images: true

- uses: actions/checkout@v3
- name: Set up Python
Expand Down Expand Up @@ -259,6 +261,7 @@ jobs:
haskell: true
large-packages: true
swap-storage: true
docker-images: true

- name : Install rbuild and lld
run: |
Expand Down Expand Up @@ -375,6 +378,7 @@ jobs:
haskell: true
large-packages: true
swap-storage: true
docker-images: true

- uses: actions/checkout@v3
- name: Set up Python
Expand Down

0 comments on commit c88d4a5

Please sign in to comment.