Skip to content

Commit 7508980

Browse files
sestrellaandreasabel
authored andcommitted
Update "Model cabal workflow with caching" example
1 parent 82b4ccd commit 7508980

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
fail-fast: false
122122
matrix:
123123
os: [ubuntu-latest]
124-
ghc-version: ['9.8, '9.6', '9.4', '9.2', '9.0']
124+
ghc-version: ['9.8', '9.6', '9.4', '9.2', '9.0']
125125

126126
include:
127127
- os: windows-latest
@@ -144,7 +144,7 @@ jobs:
144144
- name: Configure the build
145145
run: |
146146
cabal configure --enable-tests --enable-benchmarks --disable-documentation
147-
cabal build --dry-run
147+
cabal build all --dry-run
148148
# The last step generates dist-newstyle/cache/plan.json for the cache key.
149149

150150
- name: Restore cached dependencies

0 commit comments

Comments
 (0)