There was an error while loading. Please reload this page.
1 parent 98fc275 commit 8512da1Copy full SHA for 8512da1
1 file changed
.github/workflows/ci_minimal.yml
@@ -67,6 +67,7 @@ jobs:
67
68
# Variabili esportate dall'azione MarkusJx/install-boost
69
$BoostRoot = "${{ steps.install-boost.outputs.BOOST_ROOT }}"
70
+ $BoostRoot = $BoostRoot -replace "\\", "/"
71
72
echo "ASIO path: $AsioPath"
73
echo "BOOST_ROOT path: $BoostRoot"
0 commit comments