this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update build.yml (#2525)

Fix missing dash

authored by

Alice and committed by
GitHub
ebc2c3d5 e6c9f97a

+1 -1
+1 -1
.github/workflows/build.yml
··· 517 517 - name: Build 518 518 run: | 519 519 cd build 520 - cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE DBUILD_SDLGPU=On -DBUILD_STUB=On .. 520 + cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DBUILD_SDLGPU=On -DBUILD_STUB=On .. 521 521 cmake --build . --config $BUILD_TYPE --parallel 522 522 cpack 523 523 cp *.dmg tic80.dmg