Skip to content

Commit c442ab6

Browse files
committed
fix(ci): try using a different nix-install
1 parent 6ccf5ae commit c442ab6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/draw-keymaps.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ jobs:
2828
submodules: recursive
2929

3030
- name: Install nix
31-
uses: DeterminateSystems/nix-installer-action@main
32-
- name: Setup nix cache
33-
uses: DeterminateSystems/magic-nix-cache-action@main
31+
uses: cachix/install-nix-action@v25
3432

3533
- name: Draw keymaps
3634
run: nix run . -- draw

0 commit comments

Comments
 (0)