provide a valid package for the buiild CI (#42)
This commit is contained in:
7
.github/workflows/cachix.yml
vendored
7
.github/workflows/cachix.yml
vendored
@@ -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
|
||||||
|
Reference in New Issue
Block a user