Skip to content
Snippets Groups Projects
Unverified Commit 64e9d262 authored by Julian Ospald's avatar Julian Ospald :tea:
Browse files

Fix travis

parent 7d40a32a
No related branches found
Tags 0.0.7
No related merge requests found
......@@ -32,13 +32,11 @@ edo ./ghcup -v rm -f 8.2.2
# install default GHC
edo ./ghcup -v install
edo ./ghcup -v set
# install latest GHC
edo ./ghcup -v install latest
# FIXME: this might break from time to time depending on recommended GHC
edo ./ghcup -v set 8.4.4
export PATH="$HOME/.cabal/bin:$HOME/.ghcup/bin:$HOME/.local/bin:$PATH"
edo mkdir -p "$HOME"/.local/bin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment