Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Commit

Permalink
test: remove unused windows openssl (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-Bloom-dfinity authored Jun 13, 2022
1 parent 2b27e54 commit 0cd1a22
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,6 @@ jobs:
rustup update ${{ matrix.rust }} --no-self-update
rustup default ${{ matrix.rust }}
- name: Install dependencies (windows only)
if: matrix.os == 'windows-latest'
shell: bash
run: |
vcpkg integrate install
vcpkg install openssl:x64-windows-static-md
echo "::set-env OPENSSL_DIR 'C:\Tools\vcpkg\installed\x64-windows-static-md'"
echo "::set-env OPENSSL_STATIC Yes"
env:
VCPKG_ROOT: 'C:\vcpkg'

- name: Run Tests
shell: bash
run: |
Expand Down

0 comments on commit 0cd1a22

Please sign in to comment.