mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +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 }}
|
p12-password: ${{ secrets.CERTIFICATES_P12_PASSWORD }}
|
||||||
|
|
||||||
- name: Update Visual Studio
|
- name: Update Visual Studio
|
||||||
if: runner.os == 'Windows'
|
if: runner.os == 'Windows' && steps.cache-python-ssl.outputs.cache-hit != 'true'
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: |
|
run: |
|
||||||
Write-Host "Locating current Visual Studio installation..."
|
Write-Host "Locating current Visual Studio installation..."
|
||||||
|
|||||||
Reference in New Issue
Block a user