From 68fe3a763ca9c8051495307e073ed8011a9eb157 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 15:21:48 +0700 Subject: [PATCH] chore: bump threeal/cmake-action from 1.3.0 to 2.0.0 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] --- .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 a0cbad2..52f6ea6 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -13,10 +13,11 @@ jobs: uses: actions/checkout@v4.1.7 - 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