Skip to content

Commit

Permalink
fixup! Fix the Github build issue related to homebrew root detection
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinpinto committed Feb 27, 2024
1 parent 209ac23 commit 9817cbd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@ jobs:
env:
UBUNTU_LTS_VERSION: "20.04"
steps:
- name: "Free disk space"
uses: "jlumbroso/[email protected]"
with:
tool-cache: false
android: true
dotnet: true
haskell: true
large-packages: true
docker-images: false
swap-storage: true

- uses: "actions/[email protected]"
with:
lfs: true
Expand Down

0 comments on commit 9817cbd

Please sign in to comment.