Skip to content

Commit

Permalink
free some space on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
Vollstrecker committed Dec 27, 2024
1 parent 6b0224a commit 4c6afcc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,18 @@ jobs:
run: |
choco install --no-progress ninja ${{ matrix.packages }}
- name: Free Disk Space (Ubuntu)
if: runner.os == 'Linux'
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
android: true
dotnet: true
haskell: true
large-packages: true
docker-images: true
swap-storage: true

- name: Generate project files
run: cmake -S ${{ matrix.src-dir || '.' }} -B ${{ matrix.build-dir || '.' }} ${{ matrix.cmake-args }} -D CMAKE_BUILD_TYPE=${{ matrix.build-config || 'Release' }} -DZLIB_BUILD_MINIZIP=ON
env:
Expand Down

0 comments on commit 4c6afcc

Please sign in to comment.