Skip to content

Commit

Permalink
ci: upgrade cachix/install-nix-action
Browse files Browse the repository at this point in the history
Installing Nix doesn't work on the macOS CI runner unless
we upgrade versions by the looks of it.
  • Loading branch information
Ivan-Velickovic committed Sep 23, 2023
1 parent 8211156 commit 0b27dc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Extract seL4CP SDK
run: unzip sel4cp-sdk.zip && tar -xf sel4cp-sdk-1.2.6.tar.gz
- name: Install Nix
uses: cachix/install-nix-action@v18
uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Build and run VMM examples
Expand All @@ -107,7 +107,7 @@ jobs:
- name: Extract seL4CP SDK
run: unzip sel4cp-sdk.zip && tar -xf sel4cp-sdk-1.2.6.tar.gz
- name: Install Nix
uses: cachix/install-nix-action@v18
uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Build and run VMM examples
Expand Down

0 comments on commit 0b27dc6

Please sign in to comment.