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 01c82a3 commit 1fce43eCopy full SHA for 1fce43e
.github/workflows/nix-flake-check.yaml
@@ -24,12 +24,11 @@ jobs:
24
steps:
25
- name: 📥 Checkout repository
26
uses: actions/checkout@v4
27
- - name: Run only on Ubuntu
+ - name: Free Disk Space (Ubuntu)
28
if: matrix.os == 'ubuntu-22.04'
29
- - name: Free Disk Space (Ubuntu)
30
- uses: jlumbroso/free-disk-space@main
31
- with:
32
- tool-cache: true
+ uses: jlumbroso/free-disk-space@main
+ with:
+ tool-cache: true
33
- name: 🛠️ Install Nix
34
uses: cachix/install-nix-action@v21
35
with:
0 commit comments