Skip to content

Commit

Permalink
Actions: Remove VC runtime removal step, now handled by CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
oblivioncth committed Jul 24, 2023
1 parent 9efad88 commit f13841d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-clifp-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ jobs:
echo "Packaging CLIFp..."
cpack -C "Release"
echo "Build complete."
- name: Remove VC Runtime Redistributable Added by Qt # Required until an option to disable this is added to Qt
run: |
Remove-Item "${{ env.clifp_install_path }}/bin/vc_redist*"
- name: Get CLIFp artifact name
run: |
$artifact_name=$((Get-ChildItem -Path "${{ env.clifp_package_path }}" -Filter *.zip)[0].BaseName)
Expand Down

0 comments on commit f13841d

Please sign in to comment.