Skip to content

Commit

Permalink
More Github Actions work
Browse files Browse the repository at this point in the history
  • Loading branch information
locka99 committed Apr 14, 2022
1 parent ff956f8 commit 1aae5d6
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,11 @@ jobs:

build-windows:
runs-on: windows-latest
env:
VCPKGRS_DYNAMIC: 1
steps:
- run: |
echo "VCPKG_ROOT=$env:VCPKG_INSTALLATION_ROOT"
vcpkg install openssl:x64-windows
- name: Set vcpkg root
run: echo "::set-env name=VCPKG_ROOT::$VCPKG_INSTALLATION_ROOT"
- run: echo "VCPKG_ROOT=$env:VCPKG_INSTALLATION_ROOT" | Out-File -FilePath $env:GITHUB_ENV -Append
- run: vcpkg install openssl:x64-windows
- uses: actions/checkout@v3
- name: Build
run: cargo build
Expand Down

0 comments on commit 1aae5d6

Please sign in to comment.