File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -101,8 +101,9 @@ jobs:
101
101
name : (GHC 9.0.1) Use modified `cabal.project`
102
102
run : |
103
103
# File has some protections preventing regular `rm`.
104
- # `&&` insures `rm -f` returns positive.
105
- # Some platforms have `alias cp='cp -i'`.
104
+ # (most probably sticky bit is set on $HOME)
105
+ # `&&` insures `rm -f` return is positive.
106
+ # Many platforms aslo have `alias cp='cp -i'`.
106
107
rm -f -v cabal.project && cp -v cabal-ghc901.project cabal.project
107
108
- if : runner.os == 'Windows' && matrix.ghc == '8.8.4'
108
109
name : (Windows,GHC 8.8) Modify `cabal.project` to workaround segfaults
Original file line number Diff line number Diff line change 96
96
name : (GHC 9.0.1) Use modified `cabal.project`
97
97
run : |
98
98
# File has some protections preventing regular `rm`.
99
- # `&&` insures `rm -f` returns positive.
100
- # Some platforms have `alias cp='cp -i'`.
99
+ # (most probably sticky bit is set on $HOME)
100
+ # `&&` insures `rm -f` return is positive.
101
+ # Many platforms aslo have `alias cp='cp -i'`.
101
102
rm -f -v cabal.project && cp -v cabal-ghc901.project cabal.project
102
103
- if : runner.os == 'Windows' && matrix.ghc == '8.8.4'
103
104
name : (Windows,GHC 8.8) Modify `cabal.project` to workaround segfaults
You can’t perform that action at this time.
0 commit comments