Skip to content

Commit

Permalink
[CI] Install nix and configure cachix caching.
Browse files Browse the repository at this point in the history
  • Loading branch information
kquick committed Jan 12, 2022
1 parent d2c47c5 commit 84d8b71
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,17 @@ jobs:
with:
submodules: true

- name: Install Nix
uses: cachix/install-nix-action@v16
with:
nix_path: nixpkgs=channel:nixos-21.11
install_url: https://releases.nixos.org/nix/nix-2.4/install

- uses: cachix/cachix-action@v10
with:
name: galois
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'

- uses: haskell/actions/setup@v1
id: setup-haskell
name: Setup Haskell
Expand Down

0 comments on commit 84d8b71

Please sign in to comment.