mirror of
https://github.com/RGBCube/alejandra
synced 2025-07-31 12:37:45 +00:00
fix: pr workflow
This commit is contained in:
parent
7bd2e9431a
commit
41484e4f2e
1 changed files with 6 additions and 5 deletions
11
.github/workflows/pr.yaml
vendored
11
.github/workflows/pr.yaml
vendored
|
@ -15,9 +15,10 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
- name: Build
|
||||
uses: docker://nixos/nix
|
||||
run: |
|
||||
nix build \
|
||||
--extra-experimental-features flakes \
|
||||
--extra-experimental-features nix-command \
|
||||
--print-build-logs \
|
||||
with:
|
||||
args:
|
||||
nix build
|
||||
--extra-experimental-features flakes
|
||||
--extra-experimental-features nix-command
|
||||
--print-build-logs
|
||||
--verbose
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue