Skip to content

Commit

Permalink
Free up some disk space before running clang-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
lnicola authored and strk committed Oct 13, 2023
1 parent 32d07b1 commit 0bd9999
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,14 @@ jobs:
qt-version: 5

steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
tool-cache: true
large-packages: false
docker-images: false
swap-storage: true

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

0 comments on commit 0bd9999

Please sign in to comment.