We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79cefa6 commit 4231289Copy full SHA for 4231289
.github/workflows/main.yml
@@ -11,6 +11,9 @@ jobs:
11
id-token: write
12
contents: read
13
steps:
14
- - uses: actions/checkout@v5.0.0
15
- - uses: DeterminateSystems/determinate-nix-action@main # or v3.11.2 to pin to a release
16
- - run: nix build .
+ - uses: actions/checkout@v4
+ - uses: DeterminateSystems/nix-installer-action@main
+ - uses: DeterminateSystems/magic-nix-cache-action@main
17
+ - uses: DeterminateSystems/flake-checker-action@main
18
+ - name: Run `nix build`
19
+ run: nix build .
0 commit comments