diff --git a/.github/workflows/pc.yml b/.github/workflows/pc.yml index 365be3a6..686fd4f3 100644 --- a/.github/workflows/pc.yml +++ b/.github/workflows/pc.yml @@ -11,6 +11,6 @@ jobs: - name: Configure Project uses: threeal/cmake-action@v1.3.0 - name: Prepare Project - runs: cmake -S ./ -B build + run: cmake -S ./ -B build - name: Build Project - runs: cmake --build build + run: cmake --build build