1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-10 19:11:08 +01:00

ci: introduce build action

This commit is contained in:
Matt Sturgeon 2025-05-27 17:25:18 +01:00
parent 0f0dca464e
commit fc8f4b2624
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299
2 changed files with 99 additions and 7 deletions

View file

@ -43,10 +43,6 @@ jobs:
name: nix-community
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- name: Build ${{ matrix.attr }}
env:
attr: ${{ matrix.attr }}
run: |
nix build ".#$attr" \
--abort-on-warn \
--print-build-logs \
--log-format raw
uses: ./.github/actions/build
with:
attribute: ${{ matrix.attr }}