Skip to content

Commit

Permalink
230915.191755.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 7529eec commit 021dd27
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/profile_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,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
3 changes: 3 additions & 0 deletions .github/workflows/profile_quadruple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,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
3 changes: 3 additions & 0 deletions .github/workflows/profile_rescue_idz_classical.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,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
3 changes: 3 additions & 0 deletions .github/workflows/profile_rescue_idz_modernized.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,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
3 changes: 3 additions & 0 deletions .github/workflows/profile_single.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,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
3 changes: 3 additions & 0 deletions .github/workflows/verify_archiva.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:

steps:

- 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 021dd27

Please sign in to comment.