Fixed URL from previous commit
This commit is contained in:
parent
4d9216dd95
commit
f0ed4caefc
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ set -ex
|
|||
|
||||
cmake_dir="cmake-3.13.0-${TRAVIS_OS_NAME}-${TRAVIS_CPU_ARCH}"
|
||||
cmake_arc="${cmake_dir}.tar.gz"
|
||||
cmake_url="https://github.com/${TRAVIS_REPO_SLUG}/releases/download/${TRAVIS_OS_NAME}/${cmake_arc}"
|
||||
cmake_url="https://github.com/sfztools/cmake/releases/download/${TRAVIS_OS_NAME}/${cmake_arc}"
|
||||
|
||||
if [ ${TRAVIS_OS_NAME} = "linux" ]; then
|
||||
wget -q ${cmake_url}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue