Skip to content

Commit

Permalink
CI using windows-latest; More logging
Browse files Browse the repository at this point in the history
  • Loading branch information
justsmth committed Jan 29, 2024
1 parent a2d72e6 commit ce03a00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fips.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
fail-fast: false
matrix:
rust: [ stable ]
os: [ windows-2019, windows-2022 ]
os: [ windows-2019, windows-latest ]
args:
- --all-targets --features fips,unstable
- --all-targets --features fips,bindgen,unstable
Expand Down
1 change: 1 addition & 0 deletions aws-lc-fips-sys/builder/printenv.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
setlocal EnableDelayedExpansion
for /f "usebackq tokens=* delims=" %%i in (`"%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe" -latest -property installationPath`) do (
set "VS_PATH=%%i\VC\Auxiliary\Build\"
echo FOUND: "!VS_PATH!"
goto FoundVS
)

Expand Down

0 comments on commit ce03a00

Please sign in to comment.