Skip to content

Commit 4f65ff0

Browse files
authored
Merge pull request #8 from gram-data/copilot/sub-pr-7
Clean up CI/CD workflow cache configuration and remove deprecated commands
2 parents d07aa68 + 6909c99 commit 4f65ff0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build-and-test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737
~/.cabal/packages
3838
key: ${{ runner.os }}-cabal-${{ matrix.ghc-version }}-${{ hashFiles('cabal.project', 'pattern-lisp.cabal') }}
3939
restore-keys: |
40-
${{ runner.os }}-cabal-${{ matrix.ghc-version }}-${{ hashFiles('cabal.project', 'pattern-lisp.cabal') }}-
4140
${{ runner.os }}-cabal-${{ matrix.ghc-version }}-
4241
4342
- name: Cache dist-newstyle
@@ -51,9 +50,6 @@ jobs:
5150
- name: Configure Cabal
5251
run: |
5352
cabal update
54-
# Force update of source-repository-packages to get latest gram-hs
55-
# This ensures we get the latest version with 'point' export
56-
cabal v2-update
5753
5854
- name: Build project
5955
run: cabal build --ghc-options="-Wall" all

0 commit comments

Comments
 (0)