We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c42d1df commit 83e3874Copy full SHA for 83e3874
.github/workflows/llvm.yml
@@ -45,6 +45,10 @@ jobs:
45
shell: powershell
46
run: build/intrin.ps1
47
48
+ - name: Install dependencies
49
+ shell: bash
50
+ run: build/build.sh install_tools
51
+
52
- name: Clone LLVM
53
shell: bash
54
run: build/premake.sh --file=build/scripts/LLVM.lua clone_llvm
build/build.sh
@@ -181,6 +181,9 @@ case "$cmd" in
181
download_llvm)
182
download_llvm
183
;;
184
+ install_tools)
185
+ download_premake
186
+ ;;
187
*)
188
build
189
0 commit comments