We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c66de0 commit 10d50f9Copy full SHA for 10d50f9
.github/workflows/build.yml
@@ -104,17 +104,17 @@ jobs:
104
echo "LIBCLANG_PATH=C:\\Program Files\\LLVM\\bin" >> $GITHUB_ENV
105
echo "debug 2"
106
107
- $env:LIBCLANG_PATH = "C:\\Program Files\\LLVM\\bin"
+ $env:CPAL_ASIO_DIR = Join-Path $PWD -ChildPath "asiosdk"
108
$env:LIBCLANG_PATH = "C:\\Program Files\\LLVM\\bin"
109
110
echo "debug 3"
111
112
- echo $env:LIBCLANG_PATH
113
echo $env:CPAL_ASIO_DIR
+ echo $env:LIBCLANG_PATH
114
115
echo "debug 4"
116
117
- & 'C:\Program Files (x86)\Mic@rosoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat' x64
+ & 'C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvarsall.bat' x64
118
119
echo "debug 5"
120
0 commit comments