also test builds on mac
This commit is contained in:
parent
4d739520aa
commit
a3874a3f3f
1 changed files with 7 additions and 2 deletions
9
.github/workflows/build-and-cache.yml
vendored
9
.github/workflows/build-and-cache.yml
vendored
|
@ -7,8 +7,13 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
package:
|
package:
|
||||||
- github:cything/nixpkgs/3bbe764179eb980831392a8dc76ad63722420737#gollum
|
- github:cything/nixpkgs/a9c7c4c52da181e7c66156c61b65c39f567efb41#gollum
|
||||||
runs-on: ubuntu-latest
|
- github:cything/nixpkgs/a9c7c4c52da181e7c66156c61b65c39f567efb41#gollum.tests
|
||||||
|
- github:cything/nixpkgs/e1e065c4bd58bef677474a828c4673c643f99545#schismtracker
|
||||||
|
os:
|
||||||
|
- ubuntu-latest
|
||||||
|
- macos-latest
|
||||||
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- uses: DeterminateSystems/nix-installer-action@main
|
- uses: DeterminateSystems/nix-installer-action@main
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue