Skip to content

Commit

Permalink
ci: set shared library paths
Browse files Browse the repository at this point in the history
  • Loading branch information
alandefreitas committed Dec 6, 2023
1 parent 3fde53a commit 28c5e8a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,10 @@ jobs:
package-artifact: false
ref-source-dir: ../boost-root/libs/url

- name: Set shared library paths
if: startsWith(matrix.runs-on, 'windows') && matrix.shared
run: echo "$GITHUB_WORKSPACE/.local/bin" >> $GITHUB_PATH

# Run cmake to build a project that adds the Boost super-project as subdirectory
# defining BOOST_INCLUDE_LIBRARIES to url
- name: Boost as Subdirectory Integration Workflow
Expand Down

0 comments on commit 28c5e8a

Please sign in to comment.