Skip to content

Commit

Permalink
Fix gtk 2
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Jul 13, 2024
1 parent 89947c5 commit 4c96ee7
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,11 +263,12 @@ jobs:
$CABAL v2-build $ARG_COMPILER --disable-tests --disable-benchmarks all
- name: build gtk 2.0
run: |
mv gtk/gtk3.cabal gtk3.cabal-renamed
mv gtk/gtk.cabal-renamed gtk.cabal
$CABAL v2-build $ARG_COMPILER gtk
mv gtk/gtk.cabal gtk.cabal-renamed
mv gtk/gtk3.cabal-renamed gtk3.cabal
cd ${PKGDIR_gtk3}
mv gtk3.cabal gtk3.cabal-renamed
mv gtk.cabal-renamed gtk.cabal
$CABAL v2-build $ARG_COMPILER
mv gtk.cabal gtk.cabal-renamed
mv gtk3.cabal-renamed gtk3.cabal
- name: save cache
uses: actions/cache/save@v4
if: always()
Expand Down

0 comments on commit 4c96ee7

Please sign in to comment.