Skip to content

Commit

Permalink
Update cmake to 3.18.1 in build and publish workflow (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
franciszekjob committed May 23, 2024
1 parent 760ad60 commit e6d16ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
with:
submodules: recursive
- name: Setup cmake
uses: jwlawson/actions-setup-cmake@4f73d30c2fc44a9466a3ed890fb8db7a7b554302
uses: jwlawson/actions-setup-cmake@802fa1a2c4e212495c05bf94dba2704a92a472be
with:
cmake-version: '3.16.x'
cmake-version: '3.18.1'
- name: Set up Java
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit e6d16ac

Please sign in to comment.