Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
Use local .available-versions and .download-urls
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Jun 13, 2019
1 parent a6aace4 commit b45916a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ edo()
"$@" || exit 2
}

GHCUP_META_DOWNLOAD_URL="file://$(pwd)/.download-urls"
export GHCUP_META_DOWNLOAD_URL
GHCUP_META_VERSION_URL="file://$(pwd)/.available-versions"
export GHCUP_META_VERSION_URL

# dependencies
edo sudo apt-get update -y
edo sudo apt-get install -y libnuma-dev

edo rm .available-versions
edo rm .download-urls

# install GHCs
edo ./ghcup -v install 8.2.2
edo ./ghcup -v install 8.4.3
Expand Down

0 comments on commit b45916a

Please sign in to comment.