Skip to content

Commit 47a30ff

Browse files
bump-llvm[bot]github-actions[bot]makslevental
authored
[LLVM] Bump to f50a0792b (#262)
Bump LLVM to llvm/llvm-project@f50a0792b --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: makslevental <maksim.levental@gmail.com>
1 parent 9569179 commit 47a30ff

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.github/actions/setup_base/action.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,15 @@ outputs:
3838
runs:
3939
using: "composite"
4040
steps:
41+
42+
- name: "Install sudo"
43+
if: inputs.os == 'almalinux'
44+
shell: bash
45+
run: |
46+
47+
dnf install -y sudo
48+
4149
- name: "Set unified TZ"
42-
if: (inputs.container != 'quay.io/pypa/manylinux_2_34_aarch64')
4350
uses: szenius/set-timezone@v2.0
4451
with:
4552
# this is an arbitrary choice

third_party/llvm-project

Submodule llvm-project updated 1065 files

0 commit comments

Comments
 (0)