mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-03 22:01:39 +00:00
[no ci] actions: only update VS when we are compiling OpenSSL/Python
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -264,7 +264,7 @@ jobs:
|
||||
p12-password: ${{ secrets.CERTIFICATES_P12_PASSWORD }}
|
||||
|
||||
- name: Update Visual Studio
|
||||
if: runner.os == 'Windows'
|
||||
if: runner.os == 'Windows' && steps.cache-python-ssl.outputs.cache-hit != 'true'
|
||||
shell: pwsh
|
||||
run: |
|
||||
Write-Host "Locating current Visual Studio installation..."
|
||||
|
||||
Reference in New Issue
Block a user