Try the flake checker
This commit is contained in:
parent
9bc5a879a9
commit
bad7e4c102
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- uses: DeterminateSystems/nix-installer-action-cache@main
|
- uses: DeterminateSystems/nix-installer-action-cache@checker
|
||||||
|
|
||||||
- name: Build package
|
- name: Build package
|
||||||
run: "nix build .# -L"
|
run: "nix build .# -L"
|
||||||
|
@ -28,7 +28,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- uses: DeterminateSystems/nix-installer-action-cache@main
|
- uses: DeterminateSystems/nix-installer-action-cache@checker
|
||||||
|
|
||||||
- name: Build package
|
- name: Build package
|
||||||
run: "nix build .# -L"
|
run: "nix build .# -L"
|
||||||
|
|
Loading…
Reference in a new issue