Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
havogt authored Sep 25, 2024
1 parent 81c3253 commit 63a71c3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ jobs:
build_type: debug
steps:
- uses: actions/checkout@v2
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
# this might remove tools that are actually needed,
# if set to "true" but frees about 6 GB
tool-cache: false
- name: setup environment
run: |
echo "GTRUN_BUILD_COMMAND=make -j $(nproc)" >> $GITHUB_ENV
Expand Down

0 comments on commit 63a71c3

Please sign in to comment.