Skip to content

Commit

Permalink
only run disk space step if macos
Browse files Browse the repository at this point in the history
  • Loading branch information
lizgehret committed Feb 14, 2024
1 parent c9f4bd1 commit 88affbb
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions .github/workflows/ci-distro-trial_3-test-metapackage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,18 +69,19 @@ jobs:
path: ${{ env.rebuilt_channel_path }}

- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
# this might remove tools that are actually needed,
# if set to "true" but frees about 6 GB
tool-cache: false
if: ${{ matrix.os == 'macos-latest' }}
uses: jlumbroso/free-disk-space@main
with:
# this might remove tools that are actually needed,
# if set to "true" but frees about 6 GB
tool-cache: false

android: true
dotnet: true
haskell: true
large-packages: true
docker-images: true
swap-storage: true
android: true
dotnet: true
haskell: true
large-packages: true
docker-images: true
swap-storage: true

- name: install environment
id: env
Expand Down

0 comments on commit 88affbb

Please sign in to comment.