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