File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ jobs:
2626 # Note: `haskell-platform` is listed as requirement in debian/control,
2727 # which is why it's installed using apt instead of the Setup Haskell action.
2828
29- # - name: Setup Haskell
30- # uses: haskell-actions/setup@v2
31- # id: setup-haskell-cabal
32- # with:
33- # ghc-version: ${{ matrix.ghc }}
34- # cabal-version: ${{ matrix.cabal }}
35- # if: ${{ matrix.os }} == "ubuntu-24.04"
29+ - name : Setup Haskell
30+ uses : haskell-actions/setup@v2
31+ id : setup-haskell-cabal
32+ with :
33+ ghc-version : ${{ matrix.ghc }}
34+ cabal-version : ${{ matrix.cabal }}
35+ if : ${{ matrix.os }} == "ubuntu-24.04"
3636
3737 - name : Install build tools
3838 run : |
4444 libghc-json-dev \
4545 default-jdk \
4646 python-dev-is-python3 \
47- libtool-bin \
47+ libtool-bin
48+ - run : |
49+ sudo apt-get install -y \
4850 haskell-platform
51+ if: ${{ matrix.os }} == "ubuntu-22.04"
4952 - name : Build package
5053 run : |
5154 make deb
You can’t perform that action at this time.
0 commit comments