Skip to content

Commit

Permalink
ci(release): update nix-build command
Browse files Browse the repository at this point in the history
  • Loading branch information
tfkhdyt committed Dec 2, 2024
1 parent 119ae22 commit a831d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ jobs:
name: minipom
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- uses: DeterminateSystems/magic-nix-cache-action@v2
- run: nix-build
- run: nix-build -E 'with import <nixpkgs> { }; callPackage ./default.nix { }'
- run: nix-shell --run "echo OK"

0 comments on commit a831d99

Please sign in to comment.