Skip to content

Commit f917483

Browse files
committed
workflow update from gha-workflows
1 parent f4a92a3 commit f917483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)