Skip to content

Commit

Permalink
dotnet install is unnecessary on GA (at least 2022)
Browse files Browse the repository at this point in the history
  • Loading branch information
sudara authored Apr 25, 2024
1 parent b95d049 commit 351ae14
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/cmake_ctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,12 +205,6 @@ jobs:
iscc "packaging\installer.iss"
mv "packaging/Output/${{ env.ARTIFACT_NAME }}.exe" "${{ env.ARTIFACTS_PATH }}/"
# - name: Setup .NET Core SDK
# if: ${{ matrix.name == 'Windows' }}
# uses: actions/setup-dotnet@v2
# with:
# dotnet-version: 6.0.x

- name: Codesign with Azure Trusted Signing
if: ${{ matrix.name == 'Windows' }}
uses: azure/[email protected]
Expand Down

0 comments on commit 351ae14

Please sign in to comment.