We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e13d8ee commit c4109b7Copy full SHA for c4109b7
.github/workflows/cache-deps.yml
@@ -81,6 +81,8 @@ jobs:
81
key: ${{ env.cache-name }}-${{ env.HACKAGE_TIMESTAMP }}
82
restore-keys: ${{ env.cache-name }}-
83
84
+ - run: cabal v2-update
85
+
86
# NOTE: Freeze is for the caching
87
- name: "Configuration freeze"
88
run: cabal v2-freeze --enable-tests --enable-benchmarks
@@ -94,8 +96,6 @@ jobs:
94
96
key: ${{ env.cache-name }}-${{ runner.os }}-${{ matrix.ghc }}-${{ hashFiles('cabal.project.freeze') }}
95
97
restore-keys: ${{ env.cache-name }}-${{ runner.os }}-${{ matrix.ghc }}-
98
- - run: cabal v2-update
-
99
# Work around for filepath length limits in Windows
100
- if: runner.os == 'Windows'
101
name: (Windows) Shorten binary names
0 commit comments