provide a valid package for the buiild CI (#42)

This commit is contained in:
NotAShelf
2023-05-31 16:23:34 +03:00
committed by GitHub
parent 8e588204c0
commit 5f01f30235

View File

@@ -7,8 +7,8 @@ on:
- master - master
paths-ignore: paths-ignore:
- .github/** - .github/**
- assets/**
- .gitignore - .gitignore
- README.md
jobs: jobs:
cahix: cahix:
@@ -16,7 +16,8 @@ jobs:
strategy: strategy:
matrix: matrix:
package: package:
- default - anyrun
- defaultPackage
steps: steps:
- uses: easimon/maximize-build-space@v6 - uses: easimon/maximize-build-space@v6
with: with:
@@ -41,5 +42,5 @@ jobs:
run: git config --global init.defaultBranch main run: git config --global init.defaultBranch main
- name: Validate Flakes - name: Validate Flakes
run: nix flake check run: nix flake check
- name: Build anyrun with default settings - name: Build anyrun from the defined matrix
run: nix build .#${{ matrix.package }} --print-build-logs run: nix build .#${{ matrix.package }} --print-build-logs