Skip to content

Commit 2036568

Browse files
committed
Remove rm freeze file
1 parent be8dd84 commit 2036568

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

.github/workflows/bench.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,6 @@ jobs:
9999
echo '' || \
100100
echo 'WARNING: Could not produce the `freeze`.'
101101
echo ::set-output name=value::${{ hashFiles('cabal.project.freeze') }}
102-
# Removing freeze file as it can break builds using allow-newer
103-
rm -f cabal.project.freeze
104102
105103
- name: Hackage sources cache
106104
uses: actions/cache@v2

.github/workflows/caching.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,6 @@ jobs:
156156
echo '' || \
157157
echo 'WARNING: Could not produce the `freeze`.'
158158
echo ::set-output name=value::${{ hashFiles('cabal.project.freeze') }}
159-
# Removing freeze file as it can break builds using allow-newer
160-
rm -f cabal.project.freeze
161159
162160
# 2021-12-02: NOTE: Cabal Hackage source tree storage does not depend on OS or GHC really,
163161
# but can depend on `base`.

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,6 @@ jobs:
160160
echo '' || \
161161
echo 'WARNING: Could not produce the `freeze`.'
162162
echo ::set-output name=value::${{ hashFiles('cabal.project.freeze') }}
163-
# Removing freeze file as it can break builds using allow-newer
164-
rm -rf cabal.project.freeze
165163
166164
- name: Hackage sources cache
167165
uses: actions/cache@v2

0 commit comments

Comments
 (0)