mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-10-31 21:00:51 +01:00
dotnet install script requires a full version
This commit is contained in:
parent
b8f46ff5d2
commit
d7d768d0a9
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
# install xvfb to allow for graphics-dependent tests
|
# install xvfb to allow for graphics-dependent tests
|
||||||
- apt-get update && apt-get install -y --no-install-recommends xauth xvfb openjdk-11-jdk
|
- apt-get update && apt-get install -y --no-install-recommends xauth xvfb openjdk-11-jdk
|
||||||
# install dotnet
|
# install dotnet
|
||||||
- curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --version 8.0
|
- curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --version 8.0.100
|
||||||
- export DOTNET_ROOT=$HOME/.dotnet
|
- export DOTNET_ROOT=$HOME/.dotnet
|
||||||
- export PATH=$PATH:$DOTNET_ROOT:$DOTNET_ROOT/tools
|
- export PATH=$PATH:$DOTNET_ROOT:$DOTNET_ROOT/tools
|
||||||
# run cake
|
# run cake
|
||||||
|
|
Loading…
Reference in a new issue