Skip to content

Commit 57d3c74

Browse files
committed
Use local project file in github ci
1 parent 2178cdf commit 57d3c74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- if: ${{ matrix.ghc == '9.0.1' }}
3535
name: Use modified cabal.project for ghc9
36-
run: cp cabal-ghc901.project cabal.project
36+
run: cp cabal-ghc901.project.local cabal.project.local
3737

3838
- name: Shorten binary names
3939
run: |

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
# Needs to be before Cache Cabal so the cache can detect changes to the modified cabal.project file
103103
- if: ${{ needs.pre_job.outputs.should_skip != 'true' && matrix.ghc == '9.0.1' }}
104104
name: Use modified cabal.project for ghc9
105-
run: cp cabal-ghc901.project cabal.project
105+
run: cp cabal-ghc901.project.local cabal.project.local
106106

107107
- if: ${{ needs.pre_job.outputs.should_skip != 'true' && matrix.ghc == '8.8.4' && matrix.os == 'windows-latest' }}
108108
name: Modify cabal.project to workaround segfaults for ghc-8.8.4 and windows

0 commit comments

Comments
 (0)