Skip to content

Commit

Permalink
test choco (#132)
Browse files Browse the repository at this point in the history
* test choco

Change-Id: I378bb95aa879ab3d0c6632ca727a218ab00ef882

* add openssl dir

Change-Id: I2e4b3e50a1986b1034889628b36395af387a4bf7

* delete double quotes

Change-Id: Idc1f990a87759ec37479ae78341add9e572627c7
  • Loading branch information
wangfenjin authored Mar 10, 2023
1 parent facd355 commit 3bc8567
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,10 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- run: echo "VCPKG_ROOT=$env:VCPKG_INSTALLATION_ROOT" | Out-File -FilePath $env:GITHUB_ENV -Append
- run: vcpkg install openssl:x64-windows-static-md
# - run: echo "VCPKG_ROOT=$env:VCPKG_INSTALLATION_ROOT" | Out-File -FilePath $env:GITHUB_ENV -Append
# - run: vcpkg install openssl:x64-windows-static-md
- run: choco install openssl
- run: echo 'OPENSSL_DIR=C:\Program Files\OpenSSL-Win64' | Out-File -FilePath $env:GITHUB_ENV -Append
- uses: actions/cache@v3
with:
path: ~/.cargo/registry/index
Expand Down

0 comments on commit 3bc8567

Please sign in to comment.