6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -5,7 +5,11 @@ on: [ push, pull_request, workflow_dispatch ]
|
||||
jobs:
|
||||
build:
|
||||
name: Build
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
runners: [ ubuntu-latest, self-hosted ]
|
||||
|
||||
runs-on: ${{ matrix.runners }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: cachix/install-nix-action@v20
|
||||
|
||||
Reference in New Issue
Block a user