Drop GHC8 from CI and update GHC9 versions in CI. #755
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: nix:build | |
on: | |
pull_request: | |
push: | |
jobs: | |
tests: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout 🛎️ | |
uses: actions/checkout@v3 | |
- name: Install Nix ❄ | |
uses: cachix/install-nix-action@v20 | |
with: | |
nix_path: nixpkgs=channel:nixos-unstable | |
- name: Link Cachix 🔌 | |
uses: cachix/cachix-action@v12 | |
with: | |
name: cofree-coffee | |
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' | |
- name: Deploy 🚀 | |
run: nix build |