Skip to content

Commit

Permalink
Bump lukka/run-cmake from 10.7 to 10.8 (#74)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 11, 2024
1 parent dd14640 commit bb99204
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/zxc-build-library.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,14 @@ jobs:
git fetch --unshallow --prune
- name: CMake Build (Debug)
uses: lukka/run-cmake@2ce8982be71b8e9a3c4d5e432135035afd1e76a7 # v10.7
uses: lukka/run-cmake@af1be47fd7c933593f687731bc6fdbee024d3ff4 # v10.8
with:
configurePreset: ${{ matrix.preset }}-debug
buildPreset: ${{ matrix.preset }}-debug

- name: CMake Build (Release)
if: github.event.pull_request.merged == true
uses: lukka/run-cmake@2ce8982be71b8e9a3c4d5e432135035afd1e76a7 # v10.7
uses: lukka/run-cmake@af1be47fd7c933593f687731bc6fdbee024d3ff4 # v10.8
with:
configurePreset: ${{ matrix.preset }}-release
buildPreset: ${{ matrix.preset }}-release
Expand Down

0 comments on commit bb99204

Please sign in to comment.