Skip to content

Commit

Permalink
[actions] attempt improve disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkvdb committed Oct 4, 2023
1 parent b40b75f commit 81d32d4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/vcpkg-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
- { os: macos-latest, triplet: x64-osx }

steps:
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
remove-dotnet: true
remove-haskell: true
- name: install python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 81d32d4

Please sign in to comment.