Use github.com/haskell/ghcup-metadata

This commit is contained in:
2021-10-25 21:35:14 +02:00
parent 219cba5fc7
commit c10821c332
13 changed files with 16 additions and 14640 deletions

View File

@@ -5,6 +5,8 @@ set -eux
. "$( cd "$(dirname "$0")" ; pwd -P )/../ghcup_env"
mkdir -p "$CI_PROJECT_DIR"/.local/bin
mkdir -p data/
git clone https://github.com/haskell/ghcup-metadata.git data/metadata
CI_PROJECT_DIR=$(pwd)