We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a3bfec commit eb439c2Copy full SHA for eb439c2
.github/workflows/test.yml
@@ -10,7 +10,9 @@ jobs:
10
id-token: write
11
steps:
12
- uses: actions/checkout@v4
13
- - uses: DeterminateSystems/nix-installer-action@main
+ - uses: cachix/install-nix-action@v31
14
+ with:
15
+ nix_path: nixpkgs=channel:nixos-unstable
16
- uses: DeterminateSystems/magic-nix-cache-action@main
17
- run: nix build -v -L .#entrace
18
- run: nix build -v -L .#entrace_core
0 commit comments