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 061f928 commit 1807ae4Copy full SHA for 1807ae4
.github/workflows/halide-prebuilt.yml
@@ -109,7 +109,7 @@ jobs:
109
}
110
111
echo "LLVM_HOST_BIN_DIR=$LLVM_BIN_DIR" >> $Env:GITHUB_ENV
112
- echo "PATH=$LLVM_BIN_DIR$([IO.Path]::PathSeparator)$Env:PATH" >> $Env:GITHUB_ENV
+ #echo "PATH=$LLVM_BIN_DIR$([IO.Path]::PathSeparator)$Env:PATH" >> $Env:GITHUB_ENV
113
114
- name: Install target clang+llvm
115
if: matrix.arch == 'aarch64'
@@ -204,6 +204,7 @@ jobs:
204
shell: pwsh
205
run: |
206
if ($IsWindows) {
207
+ Enter-VsDevShell x64
208
$TargetArch = @{'x86_64'='x86_64';'aarch64'='arm64'}['${{matrix.arch}}']
209
$Env:CC="clang-cl --target=${TargetArch}-pc-windows-msvc"
210
$Env:CXX="clang-cl --target=${TargetArch}-pc-windows-msvc"
0 commit comments