File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 33
33
34
34
- if : ${{ matrix.ghc == '9.0.1' }}
35
35
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
37
37
38
38
- name : Shorten binary names
39
39
run : |
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102
102
# Needs to be before Cache Cabal so the cache can detect changes to the modified cabal.project file
103
103
- if : ${{ needs.pre_job.outputs.should_skip != 'true' && matrix.ghc == '9.0.1' }}
104
104
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
106
106
107
107
- if : ${{ needs.pre_job.outputs.should_skip != 'true' && matrix.ghc == '8.8.4' && matrix.os == 'windows-latest' }}
108
108
name : Modify cabal.project to workaround segfaults for ghc-8.8.4 and windows
You can’t perform that action at this time.
0 commit comments