Skip to content

Commit 4c66de0

Browse files
author
tillderoquefeuil
committed
Fix build script and add debug statements
1 parent d0a87aa commit 4c66de0

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

.github/workflows/build.yml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,14 +99,25 @@ jobs:
9999
working-directory: ./one-click-os/crates/audio-manager-node
100100
shell: powershell
101101
run: |
102-
echo "test"
102+
echo "debug 1"
103103
echo "CPAL_ASIO_DIR=$(pwd)/asiosdk" >> $GITHUB_ENV
104104
echo "LIBCLANG_PATH=C:\\Program Files\\LLVM\\bin" >> $GITHUB_ENV
105+
echo "debug 2"
106+
107+
$env:LIBCLANG_PATH = "C:\\Program Files\\LLVM\\bin"
108+
$env:LIBCLANG_PATH = "C:\\Program Files\\LLVM\\bin"
109+
110+
echo "debug 3"
111+
105112
echo $env:LIBCLANG_PATH
106113
echo $env:CPAL_ASIO_DIR
107-
echo $env:PATH
108-
echo ${{ env.CPAL_ASIO_DIR }}
114+
115+
echo "debug 4"
116+
109117
& 'C:\Program Files (x86)\Mic@rosoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat' x64
118+
119+
echo "debug 5"
120+
110121
npm install
111122
- name: Upload windows artifact
112123
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)