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 b1c9d0d commit 7a3bfecCopy full SHA for 7a3bfec
.github/workflows/test.yml
@@ -5,11 +5,13 @@ on:
5
jobs:
6
tests:
7
runs-on: ubuntu-latest
8
+ permissions:
9
+ contents: read
10
+ id-token: write
11
steps:
12
- uses: actions/checkout@v4
- - uses: cachix/install-nix-action@v31
- with:
- nix_path: nixpkgs=channel:nixos-unstable
13
+ - uses: DeterminateSystems/nix-installer-action@main
14
+ - uses: DeterminateSystems/magic-nix-cache-action@main
15
- run: nix build -v -L .#entrace
16
- run: nix build -v -L .#entrace_core
17
- run: nix build -v -L .#entrace_core_lite
0 commit comments