xplicit build..

fixes-turtlebasket
Mattia Montanari 2023-02-14 17:22:57 +01:00
parent deba3c2d17
commit e8d9b88f7f
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ jobs:
- run: apt-get update && apt-get install gcc cmake -y
- run: cmake -E make_directory build
- run: cmake -E chdir build cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_MONO=ON ..
- run: cmake --build build
- run: cmake --install build
- run: cd examples/cs/ && mcs -out:main.exe main.cs && mono main.exe