Skip to content

Commit

Permalink
Fix ubuntu installation
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Dec 20, 2024
1 parent a2ac1cf commit 1e28534
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
if: runner.os == 'Linux'
run: |
sudo apt-get -y update
sudo apt-get -y install libtinfo5 libtinfo6 libncurses5 libncurses6
sudo apt-get -y install libtinfo6 libncurses6
- name: Install ghc/cabal
run: |
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Install
run: |
apt-get update -y
apt-get install -y autoconf build-essential zlib1g-dev libgmp-dev curl libncurses5 libtinfo5 libncurses5-dev libtinfo-dev git
apt-get install -y autoconf build-essential zlib1g-dev libgmp-dev curl libtinfo-dev git
- uses: actions/checkout@v4
with:
repository: andreabedini/haskell-actions
Expand Down

0 comments on commit 1e28534

Please sign in to comment.