diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 220e9e6b..d90a7628 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 @@ -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