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 049086a commit 69940b1Copy full SHA for 69940b1
2 files changed
.github/actions/1-setup/action.yml
@@ -77,6 +77,7 @@ runs:
77
./clang.exe //S # double-slash for bash
78
rm clang.exe
79
# C:\Program Files\LLVM\bin should already be in PATH
80
+ where clang-cl
81
clang-cl --version
82
83
- name: Download & extract LDC-flavoured LLVM # into ../llvm
.github/actions/helper-build-ldc/action.yml
@@ -46,8 +46,10 @@ runs:
46
- if: runner.os == 'Windows'
47
shell: cmd
48
run: |
49
50
call "%LDC_VSDIR%\Common7\Tools\VsDevCmd.bat" -arch=${{ inputs.arch }} || exit /b
51
echo on
52
53
cd .. || exit /b
54
set installDir=%CD%\install
55
mkdir "${{ inputs.build_dir }}" || exit /b
0 commit comments