Skip to content

Commit

Permalink
Update download-and-test-external.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik authored Dec 17, 2023
1 parent 5542458 commit 620e8fa
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .github/workflows/download-and-test-external.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,19 +108,21 @@ jobs:
steps:

- name: Update
if: inputs.BUILD_RUNNER == 'ubuntu-latest'
run: |
sudo apt update
sudo apt -y clean
#- name: Free Github Runner
# uses: descriptinc/free-disk-space@main
# with:
# android: true
# dotnet: true
# haskell: true
# large-packages: true
# docker-images: true
# swap-storage: true
- name: Free Github Runner
if: inputs.BUILD_RUNNER == 'ubuntu-latest'
uses: descriptinc/free-disk-space@main
with:
android: true
dotnet: true
haskell: true
large-packages: true
docker-images: true
swap-storage: true

- name: Install SSH key
uses: shimataro/ssh-key-action@v2
Expand Down

0 comments on commit 620e8fa

Please sign in to comment.