Skip to content

Commit

Permalink
230915.192052.HKT try fixing free-disk-space
Browse files Browse the repository at this point in the history
  • Loading branch information
zaikunzhang committed Sep 15, 2023
1 parent 021dd27 commit c9aa7a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/profile_compiler_options.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
- name: Get the solver name
run: echo "SOLNAME=$(echo ${{ matrix.solver }} | cut -c1-6)" >> $GITHUB_ENV

- name: Run `sudo apt update`. Otherwise, free-disk-space or other actions relying on `apt` may fail
run: sudo apt update

- name: Free disk space
uses: jlumbroso/free-disk-space@main
with:
Expand Down

0 comments on commit c9aa7a8

Please sign in to comment.