Skip to content

Commit

Permalink
Merge branch 'master' into feature/add-settitle-validation
Browse files Browse the repository at this point in the history
  • Loading branch information
pajlada authored Jun 9, 2024
2 parents 6f10bac + b81a947 commit a02c0f0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,12 @@ jobs:
--output-folder=. `
-o with_openssl3="$Env:C2_USE_OPENSSL3"
# The Windows runners currently use an older version of the CRT
- name: Install CRT
run: |
mkdir -Force build-test/bin
cp "$((ls $Env:VCToolsRedistDir/onecore/x64 -Filter '*.CRT')[0].FullName)/*" build-test/bin
- name: Build
run: |
cmake `
Expand Down

0 comments on commit a02c0f0

Please sign in to comment.