Skip to content

Commit 7a3bfec

Browse files
committed
CI: test magic nix cache action
1 parent b1c9d0d commit 7a3bfec

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ on:
55
jobs:
66
tests:
77
runs-on: ubuntu-latest
8+
permissions:
9+
contents: read
10+
id-token: write
811
steps:
912
- uses: actions/checkout@v4
10-
- uses: cachix/install-nix-action@v31
11-
with:
12-
nix_path: nixpkgs=channel:nixos-unstable
13+
- uses: DeterminateSystems/nix-installer-action@main
14+
- uses: DeterminateSystems/magic-nix-cache-action@main
1315
- run: nix build -v -L .#entrace
1416
- run: nix build -v -L .#entrace_core
1517
- run: nix build -v -L .#entrace_core_lite

0 commit comments

Comments
 (0)