Skip to content

Commit

Permalink
Some workflow TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Mackie committed Nov 29, 2020
1 parent 848ab35 commit d26ffa0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,14 @@ jobs:

- name: Install Nix
uses: cachix/install-nix-action@v12
# with: nixpath=./nixpkgs?

# - name: Setup cabal cache
# uses: actions/cache@v1
# with:
# path: "~/.cabal"
# key: "${{ matrix.os }}-${{ matrix.ghc }}-${{ hashFiles('kesha.cabal') }}"

# TODO: cachix the ghc builds coming from this?
- name: Run ci.sh
run: "nix-shell --arg dev false --run ./ci.sh"

0 comments on commit d26ffa0

Please sign in to comment.