Skip to content

Commit

Permalink
Update update-cache.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
vsoch authored Dec 11, 2023
1 parent a7875a9 commit 5546780
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/update-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:
python .github/scripts/get_biocontainers.py /tmp/biocontainers.txt
head /tmp/biocontainers.txt
- name: Make Space
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf /usr/local/lib/android
sudo rm -rf /opt/ghc
- name: Update Cache Action
uses: singularityhub/container-executable-discovery@main
with:
Expand Down

0 comments on commit 5546780

Please sign in to comment.