diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9b6ecea..2f61dfa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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