Skip to content

Commit 46ced2e

Browse files
workflow update from gha-workflows (#18)
Co-authored-by: lrworth <lrworth@users.noreply.github.com>
1 parent f4a92a3 commit 46ced2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/haskell-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: apt
3838
run: |
3939
apt-get update
40-
apt-get install -y --no-install-recommends gnupg ca-certificates dirmngr curl git software-properties-common libtinfo5
40+
apt-get install -y --no-install-recommends gnupg ca-certificates dirmngr curl git libtinfo5
4141
mkdir -p "$HOME/.ghcup/bin"
4242
curl -sL https://downloads.haskell.org/ghcup/$GHCUP_VERSION/x86_64-linux-ghcup-$GHCUP_VERSION > "$HOME/.ghcup/bin/ghcup"
4343
chmod a+x "$HOME/.ghcup/bin/ghcup"

0 commit comments

Comments
 (0)