We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4a92a3 commit f917483Copy full SHA for f917483
.github/workflows/haskell-ci.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: apt
38
run: |
39
apt-get update
40
- apt-get install -y --no-install-recommends gnupg ca-certificates dirmngr curl git software-properties-common libtinfo5
+ apt-get install -y --no-install-recommends gnupg ca-certificates dirmngr curl git libtinfo5
41
mkdir -p "$HOME/.ghcup/bin"
42
curl -sL https://downloads.haskell.org/ghcup/$GHCUP_VERSION/x86_64-linux-ghcup-$GHCUP_VERSION > "$HOME/.ghcup/bin/ghcup"
43
chmod a+x "$HOME/.ghcup/bin/ghcup"
0 commit comments