From 4e5e5688624fcf16614bb789e773192e9f3ab1ff Mon Sep 17 00:00:00 2001 From: Huang FTS427 <122330825+FTS427@users.noreply.github.com> Date: Sun, 14 Jan 2024 20:31:30 +0800 Subject: [PATCH] U | Preview (#23) * D | CI unsupport MacOS * C | change some in CI * M | Merge * U | Update dir name * U | Rewriting calc * U | Update * U | Update use * U | Pair the function * U | Update v0.0.1.3-4 U | Use ninja build source * U | Update calc, error, etc. * U | Update ci --- .github/workflows/preview-build.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/preview-build.yml b/.github/workflows/preview-build.yml index 3daaee6..8725b45 100644 --- a/.github/workflows/preview-build.yml +++ b/.github/workflows/preview-build.yml @@ -11,6 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + uses: threeal/cmake-action@v1.3.0 - name: CMake build run: | cd ${{ github.workspace }} @@ -19,15 +20,6 @@ jobs: cd build cmake --version cmake ../ - echo "Done!" - shell: sh - - name: Ninja build - run: | - cd ${{ github.workspace }} - ls - cd build - ninja - echo "Done!" shell: sh - name: Upload exec file uses: actions/upload-artifact@v3.1.2