Skip to content

Increase max tuple size for instances #104

Increase max tuple size for instances

Increase max tuple size for instances #104

Workflow file for this run

name: "CI"
on:
pull_request:
push:
jobs:
linux:
runs-on: ubuntu-latest
strategy:
matrix:
include:
- compiler: ghc928
- compiler: ghc947
steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix -L build ".#checks.x86_64-linux.$GHCVER"
env:
GHCVER: ${{ matrix.compiler }}