File tree Expand file tree Collapse file tree 16 files changed +33
-29
lines changed Expand file tree Collapse file tree 16 files changed +33
-29
lines changed Original file line number Diff line number Diff line change 8888 chmod a+x "$HOME/.ghcup/bin/ghcup"
8989 - name : Install cabal-install
9090 run : |
91- "$HOME/.ghcup/bin/ghcup" install cabal 3.14 .1.1 || (cat "$HOME"/.ghcup/logs/*.* && false)
92- echo "CABAL=$HOME/.ghcup/bin/cabal-3.14 .1.1 -vnormal+nowrap" >> "$GITHUB_ENV"
91+ "$HOME/.ghcup/bin/ghcup" install cabal 3.12 .1.0 || (cat "$HOME"/.ghcup/logs/*.* && false)
92+ echo "CABAL=$HOME/.ghcup/bin/cabal-3.12 .1.0 -vnormal+nowrap" >> "$GITHUB_ENV"
9393 - name : Install GHC (GHCup)
9494 if : matrix.setup-method == 'ghcup'
9595 run : |
Original file line number Diff line number Diff line change @@ -311,8 +311,8 @@ jobs:
311311 chmod a+x "$HOME/.ghcup/bin/ghcup"
312312 - name: Install cabal-install
313313 run: |
314- "$HOME/.ghcup/bin/ghcup" install cabal 3.14 .1.1 || (cat "$HOME"/.ghcup/logs/*.* && false)
315- echo "CABAL=$HOME/.ghcup/bin/cabal-3.14 .1.1 -vnormal+nowrap" >> "$GITHUB_ENV"
314+ "$HOME/.ghcup/bin/ghcup" install cabal 3.12 .1.0 || (cat "$HOME"/.ghcup/logs/*.* && false)
315+ echo "CABAL=$HOME/.ghcup/bin/cabal-3.12 .1.0 -vnormal+nowrap" >> "$GITHUB_ENV"
316316 - name: Install GHC (GHCup)
317317 if: matrix.setup-method == 'ghcup'
318318 run: |
Original file line number Diff line number Diff line change @@ -161,8 +161,8 @@ jobs:
161161 chmod a+x "$HOME/.ghcup/bin/ghcup"
162162 - name: Install cabal-install
163163 run: |
164- "$HOME/.ghcup/bin/ghcup" install cabal 3.14 .1.1 || (cat "$HOME"/.ghcup/logs/*.* && false)
165- echo "CABAL=$HOME/.ghcup/bin/cabal-3.14 .1.1 -vnormal+nowrap" >> "$GITHUB_ENV"
164+ "$HOME/.ghcup/bin/ghcup" install cabal 3.12 .1.0 || (cat "$HOME"/.ghcup/logs/*.* && false)
165+ echo "CABAL=$HOME/.ghcup/bin/cabal-3.12 .1.0 -vnormal+nowrap" >> "$GITHUB_ENV"
166166 - name: Install GHC (GHCup)
167167 if: matrix.setup-method == 'ghcup'
168168 run: |
Original file line number Diff line number Diff line change @@ -161,8 +161,8 @@ jobs:
161161 chmod a+x "$HOME/.ghcup/bin/ghcup"
162162 - name: Install cabal-install
163163 run: |
164- "$HOME/.ghcup/bin/ghcup" install cabal 3.14 .1.1 || (cat "$HOME"/.ghcup/logs/*.* && false)
165- echo "CABAL=$HOME/.ghcup/bin/cabal-3.14 .1.1 -vnormal+nowrap" >> "$GITHUB_ENV"
164+ "$HOME/.ghcup/bin/ghcup" install cabal 3.12 .1.0 || (cat "$HOME"/.ghcup/logs/*.* && false)
165+ echo "CABAL=$HOME/.ghcup/bin/cabal-3.12 .1.0 -vnormal+nowrap" >> "$GITHUB_ENV"
166166 - name: Install GHC (GHCup)
167167 if: matrix.setup-method == 'ghcup'
168168 run: |
Original file line number Diff line number Diff line change @@ -161,8 +161,8 @@ jobs:
161161 chmod a+x "$HOME/.ghcup/bin/ghcup"
162162 - name: Install cabal-install
163163 run: |
164- "$HOME/.ghcup/bin/ghcup" install cabal 3.14 .1.1 || (cat "$HOME"/.ghcup/logs/*.* && false)
165- echo "CABAL=$HOME/.ghcup/bin/cabal-3.14 .1.1 -vnormal+nowrap" >> "$GITHUB_ENV"
164+ "$HOME/.ghcup/bin/ghcup" install cabal 3.12 .1.0 || (cat "$HOME"/.ghcup/logs/*.* && false)
165+ echo "CABAL=$HOME/.ghcup/bin/cabal-3.12 .1.0 -vnormal+nowrap" >> "$GITHUB_ENV"
166166 - name: Install GHC (GHCup)
167167 if: matrix.setup-method == 'ghcup'
168168 run: |
Original file line number Diff line number Diff line change @@ -311,8 +311,8 @@ jobs:
311311 chmod a+x "$HOME/.ghcup/bin/ghcup"
312312 - name: Install cabal-install
313313 run: |
314- "$HOME/.ghcup/bin/ghcup" install cabal 3.14 .1.1 || (cat "$HOME"/.ghcup/logs/*.* && false)
315- echo "CABAL=$HOME/.ghcup/bin/cabal-3.14 .1.1 -vnormal+nowrap" >> "$GITHUB_ENV"
314+ "$HOME/.ghcup/bin/ghcup" install cabal 3.12 .1.0 || (cat "$HOME"/.ghcup/logs/*.* && false)
315+ echo "CABAL=$HOME/.ghcup/bin/cabal-3.12 .1.0 -vnormal+nowrap" >> "$GITHUB_ENV"
316316 - name: Install GHC (GHCup)
317317 if: matrix.setup-method == 'ghcup'
318318 run: |
Original file line number Diff line number Diff line change @@ -311,8 +311,8 @@ jobs:
311311 chmod a+x "$HOME/.ghcup/bin/ghcup"
312312 - name: Install cabal-install
313313 run: |
314- "$HOME/.ghcup/bin/ghcup" install cabal 3.14 .1.1 || (cat "$HOME"/.ghcup/logs/*.* && false)
315- echo "CABAL=$HOME/.ghcup/bin/cabal-3.14 .1.1 -vnormal+nowrap" >> "$GITHUB_ENV"
314+ "$HOME/.ghcup/bin/ghcup" install cabal 3.12 .1.0 || (cat "$HOME"/.ghcup/logs/*.* && false)
315+ echo "CABAL=$HOME/.ghcup/bin/cabal-3.12 .1.0 -vnormal+nowrap" >> "$GITHUB_ENV"
316316 - name: Install GHC (GHCup)
317317 if: matrix.setup-method == 'ghcup'
318318 run: |
Original file line number Diff line number Diff line change @@ -161,8 +161,8 @@ jobs:
161161 chmod a+x "$HOME/.ghcup/bin/ghcup"
162162 - name: Install cabal-install
163163 run: |
164- "$HOME/.ghcup/bin/ghcup" install cabal 3.14 .1.1 || (cat "$HOME"/.ghcup/logs/*.* && false)
165- echo "CABAL=$HOME/.ghcup/bin/cabal-3.14 .1.1 -vnormal+nowrap" >> "$GITHUB_ENV"
164+ "$HOME/.ghcup/bin/ghcup" install cabal 3.12 .1.0 || (cat "$HOME"/.ghcup/logs/*.* && false)
165+ echo "CABAL=$HOME/.ghcup/bin/cabal-3.12 .1.0 -vnormal+nowrap" >> "$GITHUB_ENV"
166166 - name: Install GHC (GHCup)
167167 if: matrix.setup-method == 'ghcup'
168168 run: |
Original file line number Diff line number Diff line change @@ -311,8 +311,8 @@ jobs:
311311 chmod a+x "$HOME/.ghcup/bin/ghcup"
312312 - name: Install cabal-install
313313 run: |
314- "$HOME/.ghcup/bin/ghcup" install cabal 3.14 .1.1 || (cat "$HOME"/.ghcup/logs/*.* && false)
315- echo "CABAL=$HOME/.ghcup/bin/cabal-3.14 .1.1 -vnormal+nowrap" >> "$GITHUB_ENV"
314+ "$HOME/.ghcup/bin/ghcup" install cabal 3.12 .1.0 || (cat "$HOME"/.ghcup/logs/*.* && false)
315+ echo "CABAL=$HOME/.ghcup/bin/cabal-3.12 .1.0 -vnormal+nowrap" >> "$GITHUB_ENV"
316316 - name: Install GHC (GHCup)
317317 if: matrix.setup-method == 'ghcup'
318318 run: |
Original file line number Diff line number Diff line change @@ -161,8 +161,8 @@ jobs:
161161 chmod a+x "$HOME/.ghcup/bin/ghcup"
162162 - name: Install cabal-install
163163 run: |
164- "$HOME/.ghcup/bin/ghcup" install cabal 3.14 .1.1 || (cat "$HOME"/.ghcup/logs/*.* && false)
165- echo "CABAL=$HOME/.ghcup/bin/cabal-3.14 .1.1 -vnormal+nowrap" >> "$GITHUB_ENV"
164+ "$HOME/.ghcup/bin/ghcup" install cabal 3.12 .1.0 || (cat "$HOME"/.ghcup/logs/*.* && false)
165+ echo "CABAL=$HOME/.ghcup/bin/cabal-3.12 .1.0 -vnormal+nowrap" >> "$GITHUB_ENV"
166166 - name: Install GHC (GHCup)
167167 if: matrix.setup-method == 'ghcup'
168168 run: |
You can’t perform that action at this time.
0 commit comments