Skip to content

Commit

Permalink
Use nix run to invoke regenSRI in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
antifuchs committed Aug 11, 2023
1 parent e380ae2 commit 84ff076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
key: ${{ runner.os }}-nix-${{ hashFiles('./flake.nix') }}
flake_paths: ".#regenSRI"
- name: re-generate SRI
run: regenSRI
run: "nix --extra-experimental-features nix-command --extra-experimental-features run .#regenSRI"
- name: check if they differ
run: git diff-index --quiet HEAD --
- name: diff & status
Expand Down

0 comments on commit 84ff076

Please sign in to comment.