Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Commit

Permalink
ci: fix nix install errors
Browse files Browse the repository at this point in the history
  • Loading branch information
storopoli committed Mar 19, 2024
1 parent 0a86a44 commit 6e86e37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: |
sudo mkdir /nix
sudo chown -R runner:runner /nix
- name: "Maximize Disk Space"
if: matrix.os == 'ubuntu-latest'
Expand All @@ -77,5 +78,5 @@ jobs:
uses: DeterminateSystems/magic-nix-cache-action@v4

- name: "Test Nix config"
run: nix build .#${{ matrix.flake-attr }}
run: nix build -L '.#${{ matrix.flake-attr }}'

0 comments on commit 6e86e37

Please sign in to comment.