File tree Expand file tree Collapse file tree 1 file changed +9
-12
lines changed Expand file tree Collapse file tree 1 file changed +9
-12
lines changed Original file line number Diff line number Diff line change 1616 matrix :
1717 os :
1818 - ubuntu-24.04
19- - ubuntu-22.04
19+ # - ubuntu-22.04
2020
2121 runs-on : ${{ matrix.os }}
2222
@@ -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
48- - run : |
49- sudo apt-get install -y \
47+ libtool-bin \
5048 haskell-platform
51- if: ${{ matrix.os }} == "ubuntu-22.04"
5249 - name : Build package
5350 run : |
5451 make deb
You can’t perform that action at this time.
0 commit comments