Skip to content

Relax upper bound on turtle from < 1.6 to < 1.7 #19

Relax upper bound on turtle from < 1.6 to < 1.7

Relax upper bound on turtle from < 1.6 to < 1.7 #19

Workflow file for this run

name: ci
on:
push:
branches:
- master
pull_request:
jobs:
build-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
name: Checkout
- uses: cachix/install-nix-action@v20
name: Install Nix
with:
nix_path: nixpkgs=./nix/pkgs.nix
- uses: cachix/cachix-action@v12
name: Set up Cachix
with:
name: awakesecurity
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix-build
name: nix-build
build-macos:
runs-on: macos-10.15
steps:
- uses: actions/[email protected]
name: Checkout
- uses: cachix/install-nix-action@v20
name: Install Nix
with:
nix_path: nixpkgs=./nix/pkgs.nix
- uses: cachix/cachix-action@v12
name: Set up Cachix
with:
name: awakesecurity
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix-build
name: nix-build