Skip to content

Merge pull request #2 from haskell-miso/runner #12

Merge pull request #2 from haskell-miso/runner

Merge pull request #2 from haskell-miso/runner #12

Workflow file for this run

name: jsaddle-run CI
on:
push:
branches:
- master
pull_request:
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
jobs:
build:
runs-on: ubuntu-latest
if: github.ref != 'refs/heads/master'
steps:
- uses: DeterminateSystems/nix-installer-action@main
- uses: actions/[email protected]
- uses: cachix/install-nix-action@v25
with:
nix_path: nixpkgs=channel:nixpkgs-unstable
- name: Cancel Previous Runs
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}
- uses: cachix/cachix-action@v16
with:
name: haskell-miso-cachix
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- name: Nix channel update
run: nix-channel --update
- name: Build
run: nix-build