Skip to content

Commit 8512da1

Browse files
committed
Normalize BoostRoot path separators in CI workflow
1 parent 98fc275 commit 8512da1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci_minimal.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
6868
# Variabili esportate dall'azione MarkusJx/install-boost
6969
$BoostRoot = "${{ steps.install-boost.outputs.BOOST_ROOT }}"
70+
$BoostRoot = $BoostRoot -replace "\\", "/"
7071
7172
echo "ASIO path: $AsioPath"
7273
echo "BOOST_ROOT path: $BoostRoot"

0 commit comments

Comments
 (0)