Try workaround for GitLab CI
This commit is contained in:
parent
4df08e7665
commit
1159f752f8
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ image: microsoft/dotnet:latest
|
|||
|
||||
build:
|
||||
script:
|
||||
- ln -s /lib64/libdl.so.2 /lib64/libdl.so
|
||||
- dotnet restore
|
||||
- dotnet build
|
||||
- dotnet run
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue