diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1a068ae75..7d4d8c8a5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,6 +17,10 @@ jobs: - name: Build run: | make + mkdir build + cd build + cmake .. + cmake --build . --config Release macOS-latest: runs-on: macOS-latest @@ -32,6 +36,10 @@ jobs: - name: Build run: | make + mkdir build + cd build + cmake .. + cmake --build . --config Release windows-latest: runs-on: windows-latest