Skip to content

Commit

Permalink
fix(ci): try using a different nix-install
Browse files Browse the repository at this point in the history
  • Loading branch information
MattSturgeon committed Mar 26, 2024
1 parent 6ccf5ae commit c442ab6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/draw-keymaps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ jobs:
submodules: recursive

- name: Install nix
uses: DeterminateSystems/nix-installer-action@main
- name: Setup nix cache
uses: DeterminateSystems/magic-nix-cache-action@main
uses: cachix/install-nix-action@v25

- name: Draw keymaps
run: nix run . -- draw
Expand Down

0 comments on commit c442ab6

Please sign in to comment.