not great solution

fixes-turtlebasket
Mattia Montanari 2023-02-14 17:26:10 +01:00
parent e8d9b88f7f
commit b382c78d44
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ jobs:
- run: cmake -E make_directory build - run: cmake -E make_directory build
- run: cmake -E chdir build cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_MONO=ON .. - run: cmake -E chdir build cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_MONO=ON ..
- run: cmake --build build - run: cmake --build build
- run: cmake --install build - run: cmake -E chdir build make install
- run: cd examples/cs/ && mcs -out:main.exe main.cs && mono main.exe - run: cd examples/cs/ && mcs -out:main.exe main.cs && mono main.exe
GO: GO: