Skip to content

Commit

Permalink
fixup! migrate CI to GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
g-k committed Mar 15, 2024
1 parent 7303158 commit 19b6222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- run: rustup update --no-self-update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- run: echo "VCPKG_ROOT=$env:VCPKG_INSTALLATION_ROOT" | Out-File -FilePath $env:GITHUB_ENV -Append
if: ${{ matrix.os == 'windows-latest' }}
- run: vcpkg install openssl:x64-windows-static-md
- run: vcpkg install openssl:x64-windows-static
if: ${{ matrix.os == 'windows-latest' }}
- run: cargo build --verbose
- run: cargo test --verbose

0 comments on commit 19b6222

Please sign in to comment.