use nil-fork of cmake_modules #18
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Nix 3rd party CI | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} | |
cancel-in-progress: true | |
jobs: | |
ensure_cluster_builds_linux: | |
runs-on: ["self-hosted", "aws_autoscaling"] | |
environment: prod | |
name: Linux CI | |
steps: | |
- name: checkout local actions | |
uses: actions/checkout@v3 | |
with: | |
fetch-depth: 0 | |
- name: build | |
run: nix build -L |