We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfc6429 commit 80083a7Copy full SHA for 80083a7
.github/workflows/check-release-builds.yml
@@ -110,9 +110,11 @@ jobs:
110
cabal build all \
111
--project-file="cabal.project.temp" \
112
--only-dependencies
113
- cabal build ./scripts/cabal-list-public-library-targets.hs \
114
- --project-file="cabal.project.temp" \
115
- --only-dependencies
+
+ # This will build dependencies too, hence the save cabal dependencies steps comes after
+ - name: 🏗️ Build script
116
+ run: |
117
+ cabal build ./scripts/cabal-list-public-library-targets.hs
118
119
- name: 💾 Save Cabal dependencies
120
uses: actions/cache/save@v4
0 commit comments