Skip to content

Commit

Permalink
.github/workflows/cmake: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatsh committed Oct 22, 2023
1 parent 9d441c7 commit c0a0a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
id: latest_tag
uses: WyriHaximus/github-action-get-previous-tag@v1
- name: Configure
run: cmake -B ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
run: cmake -B ${{github.workspace}}/build
- name: Build
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} --verbose
- name: Package
Expand Down

0 comments on commit c0a0a8b

Please sign in to comment.