Skip to content

Commit

Permalink
fix irrlicht repo
Browse files Browse the repository at this point in the history
  • Loading branch information
purerosefallen committed Aug 16, 2020
1 parent b59fc2b commit 8c67e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ before_install:
curl --location --retry 5 https://github.com/premake/premake-core/releases/download/v5.0.0-alpha12/premake-5.0.0-alpha12-macosx.tar.gz | tar zfx -;
fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
git clone --depth=1 https://github.com/DailyShana/irrlicht irrlicht_linux;
git clone --depth=1 https://code.mycard.moe/mycard/irrlicht irrlicht_linux;
curl --location --retry 5 https://github.com/premake/premake-core/releases/download/v5.0.0-alpha14/premake-5.0.0-alpha14-linux.tar.gz | tar zfx -;
fi

Expand Down

0 comments on commit 8c67e2f

Please sign in to comment.