Skip to content

Commit

Permalink
typo on workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
himwho committed Oct 1, 2024
1 parent 4eeed74 commit 4c24a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup cmake
uses: jwlawson/[email protected]
with:
cmake-version: $CMAKE_VERSION
cmake-version: ${{ env.CMAKE_VERSION }}

- name: Test cmake
run: cmake --version
Expand Down

0 comments on commit 4c24a46

Please sign in to comment.