Skip to content

Commit ef434b4

Browse files
committed
remove hack
1 parent 7eeaf56 commit ef434b4

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

action.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ runs:
124124
$pkg_clang = 'clang'
125125
$pkg_llvm = 'llvm'
126126
$pkg_gxx = 'g++'
127-
$additional_deps = @()
128127
129128
if (!$latest) {
130129
$pkg_version = Format-UpstreamVersion $version
@@ -135,21 +134,11 @@ runs:
135134
136135
$clang = "$clang-$pkg_version"
137136
$clangxx = "$clangxx-$pkg_version"
138-
139-
if ($pkg_version -eq '13') {
140-
# On both Bionic and Focal, the following error occurs otherwise:
141-
#
142-
# The following packages have unmet dependencies:
143-
# llvm-13 : Depends: libomp5-13 (>= 8) but it is not going to be installed
144-
# E: Unable to correct problems, you have held broken packages.
145-
$additional_deps += 'libomp5-13'
146-
}
147137
}
148138
if (!$x64) {
149139
$pkg_gxx = 'g++-multilib'
150140
}
151141
$packages = $pkg_clang,$pkg_llvm,$pkg_gxx
152-
$packages += $additional_deps
153142
154143
Install-Package $packages
155144
} elseif ($cygwin_host) {

0 commit comments

Comments
 (0)