Skip to content

Commit 5c4a9e1

Browse files
committed
ci: free up space before repo checkout
1 parent bf9cd74 commit 5c4a9e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ jobs:
3333
name: CI - ${{ matrix.runner }}${{ matrix.features != '' && format(' ({0})', matrix.features) || '' }}
3434
runs-on: ${{ matrix.runner }}
3535
steps:
36-
- name: Checkout repository
37-
uses: actions/checkout@v4
38-
3936
- name: Free disk space
4037
uses: easimon/maximize-build-space@v10
4138
with:
@@ -44,6 +41,9 @@ jobs:
4441
remove-dotnet: true
4542
remove-android: true
4643
remove-haskell: true
44+
45+
- name: Checkout repository
46+
uses: actions/checkout@v4
4747

4848
- name: Install nix
4949
uses: nixbuild/nix-quick-install-action@v33

0 commit comments

Comments
 (0)