mirror of
https://github.com/clearlinux/dockerfiles.git
synced 2026-06-16 02:45:47 +00:00
Try deleting some unused tools
The CI images are too big to build. Try and remove some unused tools that are taking up a lot of space and see if that helps.
This commit is contained in:
@@ -14,6 +14,8 @@ jobs:
|
||||
fail-fast: false
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Delete unused tools folder
|
||||
run: rm -rf /opt/hostedtoolcache
|
||||
- name: Code Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Login to GitHub Container Registry
|
||||
|
||||
Reference in New Issue
Block a user