File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -99,14 +99,25 @@ jobs:
99
99
working-directory : ./one-click-os/crates/audio-manager-node
100
100
shell : powershell
101
101
run : |
102
- echo "test "
102
+ echo "debug 1 "
103
103
echo "CPAL_ASIO_DIR=$(pwd)/asiosdk" >> $GITHUB_ENV
104
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"
108
+ $env:LIBCLANG_PATH = "C:\\Program Files\\LLVM\\bin"
109
+
110
+ echo "debug 3"
111
+
105
112
echo $env:LIBCLANG_PATH
106
113
echo $env:CPAL_ASIO_DIR
107
- echo $env:PATH
108
- echo ${{ env.CPAL_ASIO_DIR }}
114
+
115
+ echo "debug 4"
116
+
109
117
& 'C:\Program Files (x86)\Mic@rosoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat' x64
118
+
119
+ echo "debug 5"
120
+
110
121
npm install
111
122
- name : Upload windows artifact
112
123
uses : actions/upload-artifact@v3
You can’t perform that action at this time.
0 commit comments