Skip to content

Commit

Permalink
Bump cache version and show cabal project configuration during CI
Browse files Browse the repository at this point in the history
kquick authored and RyanGlScott committed Sep 20, 2024
1 parent 351eacb commit c269a19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ on:
# (e.g. cabal complains it can't find a valid version of the "happy"
# tool).
env:
CACHE_VERSION: 3
CACHE_VERSION: 4

jobs:
genmatrix:
@@ -154,6 +154,7 @@ jobs:
echo " extra-lib-dirs: $(nix eval --raw ${GHC_NIXPKGS}#zlib)/lib" >> ../cabal.project.local
echo " extra-include-dirs: $(nix eval --raw ${GHC_NIXPKGS}#zlib.dev)/include" >> ../cabal.project.local
cp ../cabal.project.local ./
cat ../cabal.project.local
- name: Build
shell: bash

0 comments on commit c269a19

Please sign in to comment.