There was an error while loading. Please reload this page.
1 parent 3cb2915 commit 58630beCopy full SHA for 58630be
1 file changed
.github/workflows/test.yml
@@ -411,13 +411,13 @@ jobs:
411
working-directory: ".\\openssl"
412
shell: cmd
413
run: |
414
- call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
+ call "C:\Program Files\Microsoft Visual Studio\18\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
415
perl Configure no-makedepend ${{ matrix.release.configopts }}
416
- name: "Build openssl"
417
418
419
420
421
nmake
422
- name: "Checkout perftools"
423
uses: "actions/checkout@v5"
0 commit comments