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

Commit 64e9d26

Browse files
committed
Fix travis
1 parent 7d40a32 commit 64e9d26

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,11 @@ edo ./ghcup -v rm -f 8.2.2
3232

3333
# install default GHC
3434
edo ./ghcup -v install
35+
edo ./ghcup -v set
3536

3637
# install latest GHC
3738
edo ./ghcup -v install latest
3839

39-
# FIXME: this might break from time to time depending on recommended GHC
40-
edo ./ghcup -v set 8.4.4
41-
4240
export PATH="$HOME/.cabal/bin:$HOME/.ghcup/bin:$HOME/.local/bin:$PATH"
4341
edo mkdir -p "$HOME"/.local/bin
4442

0 commit comments

Comments
 (0)