Skip to content

Commit

Permalink
ci: Self-hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Feb 14, 2024
1 parent c7ccddc commit ccf9531
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,11 @@ name: "Build"
on:
pull_request:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
env:
MAINLINE: refs/heads/master
runs-on: self-hosted
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v13
with:
install_url: https://nixos-nix-install-tests.cachix.org/serve/lb41az54kzk6j12p81br4bczary7m145/install
install_options: '--tarball-url-prefix https://nixos-nix-install-tests.cachix.org/serve'
extra_nix_config: |
experimental-features = nix-command flakes
- name: Build 🔧
run: |
nix build -j4 --no-link
- uses: actions/checkout@v4
- run: nixci

0 comments on commit ccf9531

Please sign in to comment.