aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/action.yml
diff options
context:
space:
mode:
Diffstat (limited to 'action.yml')
-rw-r--r--action.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/action.yml b/action.yml
index a4e7cd6..2e3e96c 100644
--- a/action.yml
+++ b/action.yml
@@ -126,9 +126,9 @@ runs:
if ($linux_host) {
if ($x64) {
- $pkgs = 'clang','g++'
+ $pkgs = 'clang','g++','llvm'
} else {
- $pkgs = 'clang','g++-multilib'
+ $pkgs = 'clang','g++-multilib','llvm'
}
Install-Package $pkgs
@@ -148,7 +148,7 @@ runs:
# C++ app cannot be compiled as of December 2020. Also, libstdc++
# is required; it's simpler to install gcc-g++ for all the
# dependencies.
- Install-Package clang libiconv-devel gcc-g++
+ Install-Package clang gcc-g++ libiconv-devel llvm
# clang/clang++ are Cygwin symlinks, pointing to clang-X.exe. It's
# convenient to make proper executables instead so that they can be