Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximilianAlgehed committed Mar 15, 2024
1 parent 686c1d4 commit ddd3f39
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
apt-get install -y --no-install-recommends gnupg ca-certificates dirmngr curl git software-properties-common libtinfo5
apt-add-repository -y 'ppa:hvr/ghc'
apt-get update
apt-get install -y "$HCNAME" cabal-install-3.4
apt-get install -y "$HCNAME" cabal-install-3.4 hugs libhugs-time-bundled
env:
HCKIND: ${{ matrix.compilerKind }}
HCNAME: ${{ matrix.compiler }}
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/hugs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,17 @@ jobs:
linux:
name: Hugs-CI - Linux
runs-on: ubuntu-20.04
container:
image: buildpack-deps:bionic
steps:
- name: apt
run: |
apt-get update
apt-get install -y hugs libhugs-time-bundled
- name: Get Haskell
id: haskell
uses: haskell-actions/setup@v2
with:
ghc-version: '9.6'
cabal-version: '3.10.1.0'
- name: checkout
uses: actions/checkout@v3
- name: build and test
Expand Down

0 comments on commit ddd3f39

Please sign in to comment.