From 8d7e71a7a79a9bf3199a8604de39a68b14fba8e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 12:26:02 +0800 Subject: [PATCH] chore: bump threeal/cmake-action from 1.3.0 to 2.0.0 (#83) Bumps [threeal/cmake-action](https://github.com/threeal/cmake-action) from 1.3.0 to 2.0.0. - [Release notes](https://github.com/threeal/cmake-action/releases) - [Commits](https://github.com/threeal/cmake-action/compare/v1.3.0...v2.0.0) --- updated-dependencies: - dependency-name: threeal/cmake-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build-and-test.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 463ce0a..4fb01f8 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -13,10 +13,11 @@ jobs: uses: actions/checkout@v4.2.0 - name: Build project - uses: threeal/cmake-action@v1.3.0 + uses: threeal/cmake-action@v2.0.0 with: - options: MUSEN_BUILD_TESTS=ON MUSEN_BUILD_EXAMPLES=ON - run-build: true + options: | + MUSEN_BUILD_TESTS=ON + MUSEN_BUILD_EXAMPLES=ON - name: Test project uses: threeal/ctest-action@v1.1.0