Skip to content

Commit

Permalink
Install cask using git-clone
Browse files Browse the repository at this point in the history
The go script is deprecated and will be removed in a few months.
  • Loading branch information
vedang committed Apr 11, 2021
1 parent 1207e18 commit 77f1fcf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/appveyor/install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ IF %COMPILER%==msys2 (
bash -lc "pacman -S --needed --noconfirm mingw-w64-x86_64-emacs"

REM Set up Cask
bash -lc "curl -fsSL https://raw.githubusercontent.com/cask/cask/master/go | python2"
bash -lc "git clone https://github.com/cask/cask ~/.cask"

)

0 comments on commit 77f1fcf

Please sign in to comment.