mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
GHA: Fix doc build
Use Boost 1.87 to include fix for libxslt 1.1.35: https://github.com/boostorg/boostbook/issues/14
This commit is contained in:
parent
d675a05d95
commit
26583bebf3
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 2020 Alexander Grund
|
||||
# Copyright 2020-2025 Alexander Grund
|
||||
# Distributed under the Boost Software License, Version 1.0.
|
||||
# (See accompanying file LICENSE_1_0.txt or copy at http://boost.org/LICENSE_1_0.txt)
|
||||
|
||||
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
name: Create Release
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
BOOST_VERSION: 1.71.0
|
||||
BOOST_VERSION: 1.87.0
|
||||
BOOST_ROOT: ${{github.workspace}}/dependencies/boost
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue