Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiprof committed May 27, 2024
1 parent 6b31135 commit 2106c56
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,6 @@ jobs:
runs-on: ${{matrix.os}}

steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Reuse ccache directory
uses: actions/cache@v2
with:
Expand All @@ -98,6 +94,10 @@ jobs:
- name: Check place after maximize
run: df -h

- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Free disk space
run: |
df -h
Expand Down

0 comments on commit 2106c56

Please sign in to comment.