From 19b622206aabb3e2b8c2a87575288a3f64af575f Mon Sep 17 00:00:00 2001 From: Greg Guthe Date: Fri, 15 Mar 2024 15:38:37 -0400 Subject: [PATCH] fixup! migrate CI to GHA --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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