Skip to content

Commit

Permalink
Set Windows workflow vcpkg env var
Browse files Browse the repository at this point in the history
  • Loading branch information
cfnptr committed Aug 27, 2024
1 parent 48e2d68 commit 18df93d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
with:
submodules: true

- name: Set vcpkg environment variable
if: matrix.os == 'windows-latest'
shell: bash
run: echo "VCPKG_ROOT=$VCPKG_INSTALLATION_ROOT" >> $GITHUB_ENV

- name: Install Ubuntu OpenSSL
if: matrix.os == 'ubuntu-latest'
run: sudo apt-get update && sudo apt-get install libssl-dev
Expand Down

0 comments on commit 18df93d

Please sign in to comment.