Skip to content

Commit

Permalink
ci(cmake): update dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
c0nstexpr committed Apr 18, 2024
1 parent 1b320fd commit 1e8651d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/cmake-build-and-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ runs:
run: cmake --fresh -S "${{ github.workspace }}" -B "${{ inputs.build-dir }}" -DCMAKE_MAKE_PROGRAM=ninja -G Ninja -DCMAKE_TOOLCHAIN_FILE="${{ inputs.vcpkg-root }}/scripts/buildsystems/vcpkg.cmake" -DCMAKE_BUILD_TYPE=${{ inputs.build-type }} ${{ inputs.config-option }}
shell: bash

- uses: SimenB/github-actions-cpu-cores@v1
- uses: SimenB/github-actions-cpu-cores@v2
id: cpu-cores

- name: Build
Expand Down

0 comments on commit 1e8651d

Please sign in to comment.