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
1839b3aa04
commit
7bd2e9431a
1 changed files with 6 additions and 3 deletions
9
.github/workflows/pr.yaml
vendored
9
.github/workflows/pr.yaml
vendored
|
@ -13,8 +13,11 @@ jobs:
|
|||
steps:
|
||||
- name: Clone
|
||||
uses: actions/checkout@v2
|
||||
- name: Install Nix
|
||||
uses: cachix/install-nix-action@v15
|
||||
- name: Build
|
||||
uses: docker://nixos/nix
|
||||
run: |
|
||||
nix build --print-build-logs -v
|
||||
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