Skip to content

Commit

Permalink
chore: bump threeal/cmake-action from 1.3.0 to 2.0.0
Browse files Browse the repository at this point in the history
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](threeal/cmake-action@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and threeal committed Aug 6, 2024
1 parent 8dd27dd commit 68fe3a7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ jobs:
uses: actions/[email protected]

- 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/[email protected]

0 comments on commit 68fe3a7

Please sign in to comment.