Skip to content

Commit eb439c2

Browse files
committed
CI: test cache with other nix install action
1 parent 7a3bfec commit eb439c2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ jobs:
1010
id-token: write
1111
steps:
1212
- uses: actions/checkout@v4
13-
- uses: DeterminateSystems/nix-installer-action@main
13+
- uses: cachix/install-nix-action@v31
14+
with:
15+
nix_path: nixpkgs=channel:nixos-unstable
1416
- uses: DeterminateSystems/magic-nix-cache-action@main
1517
- run: nix build -v -L .#entrace
1618
- run: nix build -v -L .#entrace_core

0 commit comments

Comments
 (0)