We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf9cd74 commit 5c4a9e1Copy full SHA for 5c4a9e1
.github/workflows/ci.yml
@@ -33,9 +33,6 @@ jobs:
33
name: CI - ${{ matrix.runner }}${{ matrix.features != '' && format(' ({0})', matrix.features) || '' }}
34
runs-on: ${{ matrix.runner }}
35
steps:
36
- - name: Checkout repository
37
- uses: actions/checkout@v4
38
-
39
- name: Free disk space
40
uses: easimon/maximize-build-space@v10
41
with:
@@ -44,6 +41,9 @@ jobs:
44
remove-dotnet: true
45
42
remove-android: true
46
43
remove-haskell: true
+
+ - name: Checkout repository
+ uses: actions/checkout@v4
47
48
- name: Install nix
49
uses: nixbuild/nix-quick-install-action@v33
0 commit comments