Skip to content

Commit

Permalink
ci: use determinate installer for build
Browse files Browse the repository at this point in the history
  • Loading branch information
getchoo committed Nov 11, 2023
1 parent 1679db4 commit 2b7432c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ jobs:
- name: install nix
if: matrix.arch != 'aarch64'
uses: nixbuild/nix-quick-install-action@v26
uses: DeterminateSystems/nix-installer-action@v7

- name: install nix (with aarch64)
if: matrix.arch == 'aarch64'
uses: nixbuild/nix-quick-install-action@v26
uses: DeterminateSystems/nix-installer-action@v7
with:
nix_conf: "extra-platforms = aarch64-linux arm-linux"
extra-conf: "extra-platforms = aarch64-linux arm-linux"

- name: setup cachix
uses: cachix/cachix-action@master
Expand All @@ -84,7 +84,7 @@ jobs:
- uses: actions/checkout@v4

- name: install nix
uses: nixbuild/nix-quick-install-action@v26
uses: DeterminateSystems/nix-installer-action@v7

- name: setup cachix
uses: cachix/cachix-action@master
Expand Down

0 comments on commit 2b7432c

Please sign in to comment.