use upgraded stack
This commit is contained in:
parent
c3449ff91d
commit
d451d333d8
1 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
||||||
set -x
|
set -x
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
PATH="/cygdrive/c/git/cmd:/cygdrive/c/Program Files (x86)/NSIS/Bin:/cygdrive/c/Program Files (x86)/NSIS:/usr/local/bin:/usr/bin:$PATH"
|
PATH="/cygdrive/c/git/cmd:/cygdrive/c/Program Files (x86)/NSIS/Bin:/cygdrive/c/Program Files (x86)/NSIS:/usr/local/bin:/usr/bin:/c/Users/jenkins/AppData/Roaming/local/bin:$PATH"
|
||||||
|
|
||||||
# Run a command with the cygwin environment available.
|
# Run a command with the cygwin environment available.
|
||||||
# However, programs not from cygwin are preferred.
|
# However, programs not from cygwin are preferred.
|
||||||
|
@ -59,8 +59,8 @@ getextra () {
|
||||||
getextra rsync.exe 85cb7a4d16d274fcf8069b39042965ad26abd6aa
|
getextra rsync.exe 85cb7a4d16d274fcf8069b39042965ad26abd6aa
|
||||||
|
|
||||||
# Upgrade stack
|
# Upgrade stack
|
||||||
stack --version
|
#stack --version
|
||||||
stack upgrade --git
|
#stack upgrade --git
|
||||||
stack --version
|
stack --version
|
||||||
|
|
||||||
# Build git-annex
|
# Build git-annex
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue