Skip to content

Commit

Permalink
SKA-548: Pre-Built-Release action only builds for Linux (#79)
Browse files Browse the repository at this point in the history
- fixing toolset value
  • Loading branch information
VSvenMorgenthaler authored and GitHub Enterprise committed Jun 25, 2024
1 parent 5b5c057 commit 7c1ade1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-cmake-preset/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ runs:
uses: ilammy/[email protected]
with:
arch: x64
toolset: '14.1'
toolset: 14.1
id: setup-env-windows

- name: Configure ${{ inputs.preset-name }}
Expand Down

0 comments on commit 7c1ade1

Please sign in to comment.