Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

[fix] update to ghc 94 (#2) #7

[fix] update to ghc 94 (#2)

[fix] update to ghc 94 (#2) #7

Workflow file for this run

name: "Check Flake"
on:
workflow_dispatch:
pull_request:
push:
jobs:
install-nix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: nix flake check -Lv --allow-import-from-derivation --fallback --accept-flake-config
- run: nix build .#transitive-anns -Lv --fallback --accept-flake-config
- run: nix build .#ghc92-transitive-anns -Lv --fallback --accept-flake-config