Skip to content

Commit

Permalink
SKA-548: Pre-Built-Release action only builds for Linux (#80)
Browse files Browse the repository at this point in the history
- remove toolset version to always use default version
- remove VS version from release package because we use the one present on the latest GitHub runner
  • Loading branch information
VSvenMorgenthaler authored and GitHub Enterprise committed Jun 25, 2024
1 parent 7c1ade1 commit cce88e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/actions/build-cmake-preset/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ runs:
uses: ilammy/[email protected]
with:
arch: x64
toolset: 14.1
id: setup-env-windows

- name: Configure ${{ inputs.preset-name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-linux-and-windows-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: ./.github/actions/build-cmake-preset
with:
preset-name: windows-release
cmake-args: "-D PACKAGE_FILENAME_SUFFIX=-${{ github.ref_name }}-Win-x86_64-VS2017 -D SILKIT_FLAVOR=Win-x86_64-VS2017"
cmake-args: "-D PACKAGE_FILENAME_SUFFIX=-${{ github.ref_name }}-Win-x86_64-VS -D SILKIT_FLAVOR=Win-x86_64-VS2017"
- name: Release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit cce88e5

Please sign in to comment.