diff --git a/.github/workflows/cabal-mtl-2.3.yml b/.github/workflows/cabal-mtl-2.3.yml index d212ed339..423f1dd50 100644 --- a/.github/workflows/cabal-mtl-2.3.yml +++ b/.github/workflows/cabal-mtl-2.3.yml @@ -30,11 +30,10 @@ jobs: echo "GHC_VER=${GHC_VER}" >> "${GITHUB_ENV}" echo "CABAL_VER=${CABAL_VER}" >> "${GITHUB_ENV}" - # Brotli is already installed on ubuntu-22.04 - # - name: Install the brotli library - # run: | - # sudo apt-get update - # sudo apt-get install -y libbrotli-dev + - name: Install necessary deps + run: | + sudo apt-get update + sudo apt-get install -y libgd-dev libpng-dev libjpeg-dev libfontconfig-dev libfreetype-dev libexpat1-dev - uses: actions/checkout@v3 diff --git a/.github/workflows/haskell-ci.yml b/.github/workflows/haskell-ci.yml index 00605139b..bd5f639b1 100644 --- a/.github/workflows/haskell-ci.yml +++ b/.github/workflows/haskell-ci.yml @@ -71,7 +71,7 @@ jobs: "$HOME/.ghcup/bin/ghcup" install ghc "$HCVER" || (cat "$HOME"/.ghcup/logs/*.* && false) "$HOME/.ghcup/bin/ghcup" install cabal 3.6.2.0 || (cat "$HOME"/.ghcup/logs/*.* && false) apt-get update - apt-get install -y libbrotli-dev + apt-get install -y libbrotli-dev libgd-dev libpng-dev libjpeg-dev libfontconfig-dev libfreetype-dev libexpat1-dev env: HCKIND: ${{ matrix.compilerKind }} HCNAME: ${{ matrix.compiler }} diff --git a/datafiles/templates/UserSignupReset/SignupRequest.html.st b/datafiles/templates/UserSignupReset/SignupRequest.html.st index f0ba4c186..a608aea50 100644 --- a/datafiles/templates/UserSignupReset/SignupRequest.html.st +++ b/datafiles/templates/UserSignupReset/SignupRequest.html.st @@ -33,6 +33,14 @@ In particular you need an account to be able to upload or help maintain packages
Your email address will be used to confirm your account (and if you ever @@ -48,4 +56,27 @@ can set your password and activate your account. +