Skip to content

[fix] update to ghc 94 #1

[fix] update to ghc 94

[fix] update to ghc 94 #1

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
- run: nix build -Lv --fallback
- run: nix build .#ghc92-transitive-anns -Lv --fallback