Skip to content

Commit d1975d7

Browse files
committed
Update .github/workflows/build.yml
1 parent a11f6b9 commit d1975d7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,15 @@ jobs:
4141
with:
4242
caching: true
4343

44+
- shell: bash
45+
run: |
46+
for GHC in 9.4
47+
do
48+
ghcup install ghc $GHC --no-set
49+
SENSEI_GHC=ghc-$GHC $(cabal list-bin spec)
50+
done
51+
if: matrix.ghc == 'latest'
52+
4453
- run: echo "name=sensei-$(uname -s)-$(uname -m).tar.gz" >> $GITHUB_OUTPUT
4554
id: archive
4655

@@ -55,15 +64,6 @@ jobs:
5564
compression-level: 0
5665
if: matrix.ghc == 'latest'
5766

58-
- shell: bash
59-
run: |
60-
for GHC in 9.4
61-
do
62-
ghcup install ghc $GHC --no-set
63-
SENSEI_GHC=ghc-$GHC $(cabal list-bin spec)
64-
done
65-
if: matrix.ghc == 'latest'
66-
6767
success:
6868
needs: build
6969
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)