Skip to content

Commit

Permalink
adding missing link option for libcrypto when building client only
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-dixon committed Jul 24, 2024
1 parent cc96f09 commit 2c64055
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/github-script@v7
with:
script: |
core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
# - uses: actions/github-script@v7
# with:
# script: |
# core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
# core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');

- name: Install linux dependencies
if: matrix.os == 'ubuntu-latest'
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
run: >
git -C $VCPKG_INSTALLATION_ROOT pull &&
vcpkg update && vcpkg upgrade &&
vcpkg install --triplet x64-mingw-static --binarysource="clear;x-gha,readwrite"
vcpkg install --triplet x64-mingw-static
libxml2
capnproto
boost-program-options
Expand Down

0 comments on commit 2c64055

Please sign in to comment.