Skip to content

Commit

Permalink
Disable free disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
pzehner committed Jan 26, 2024
1 parent ae242c4 commit c10fdf3
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ jobs:
- hip

steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/[email protected]
with:
tool-cache: true
large-packages: false
# - name: Free Disk Space (Ubuntu)
# uses: jlumbroso/[email protected]
# with:
# tool-cache: true
# large-packages: false

- name: Checkout repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -140,11 +140,11 @@ jobs:
name: host_device

steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/[email protected]
with:
tool-cache: true
large-packages: false
# - name: Free Disk Space (Ubuntu)
# uses: jlumbroso/[email protected]
# with:
# tool-cache: true
# large-packages: false

- name: Checkout built branch
uses: actions/checkout@v4
Expand Down

0 comments on commit c10fdf3

Please sign in to comment.