Skip to content

Commit 781a209

Browse files
authored
ci: Use better nix installer
1 parent b39297d commit 781a209

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/ci.yaml

+2-5
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,8 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v3
13-
# Don't upgrade Nix until https://github.com/srid/nixci/issues/35 is fixed
14-
- uses: cachix/install-nix-action@v22
15-
- uses: cachix/cachix-action@v12
16-
with:
17-
name: srid
13+
- name: Install Nix
14+
uses: DeterminateSystems/nix-installer-action@main
1815
- name: Build 🔨
1916
run: nix run github:srid/nixci build
2017
- name: Test example

0 commit comments

Comments
 (0)