Unverified Commit c88d4a54 authored by Umang Yadav's avatar Umang Yadav Committed by GitHub
Browse files

Remove cached docker images from Github Runners (#1874)

parent c1b8c975
...@@ -191,6 +191,7 @@ jobs: ...@@ -191,6 +191,7 @@ jobs:
haskell: true haskell: true
large-packages: true large-packages: true
swap-storage: true swap-storage: true
docker-images: true
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Set up Python - name: Set up Python
...@@ -220,6 +221,7 @@ jobs: ...@@ -220,6 +221,7 @@ jobs:
haskell: true haskell: true
large-packages: true large-packages: true
swap-storage: true swap-storage: true
docker-images: true
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Set up Python - name: Set up Python
...@@ -259,6 +261,7 @@ jobs: ...@@ -259,6 +261,7 @@ jobs:
haskell: true haskell: true
large-packages: true large-packages: true
swap-storage: true swap-storage: true
docker-images: true
- name : Install rbuild and lld - name : Install rbuild and lld
run: | run: |
...@@ -375,6 +378,7 @@ jobs: ...@@ -375,6 +378,7 @@ jobs:
haskell: true haskell: true
large-packages: true large-packages: true
swap-storage: true swap-storage: true
docker-images: true
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Set up Python - name: Set up Python
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment