Skip to content

Commit

Permalink
ci: add mac home build step
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborpilz committed Apr 19, 2024
1 parent 6c95b77 commit 716f2d0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,18 @@ jobs:
name: tiborpilz
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix build .#homeConfigurations.tibor.activationPackage
build-home-mac:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v12
with:
name: tiborpilz
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix build .#darwinConfigurations."tibor.pilz".activationPackage
build-edge:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 716f2d0

Please sign in to comment.