Skip to content

Commit 6f7ec6a

Browse files
committed
Remove now unused llvm installation in asan build
1 parent b14d440 commit 6f7ec6a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/push.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,6 @@ jobs:
8383
uses: actions/checkout@v4
8484
- name: apt
8585
uses: ./.github/actions/apt-x64
86-
- name: LLVM 16 (ASAN-only)
87-
if: ${{ matrix.asan }}
88-
run: |
89-
DEBIAN_FRONTEND=noninteractive sudo apt-get install -y lsb-release wget software-properties-common gnupg
90-
wget https://apt.llvm.org/llvm.sh
91-
chmod u+x llvm.sh
92-
sudo ./llvm.sh 16
9386
- name: System info
9487
run: |
9588
echo "::group::Show host CPU info"

0 commit comments

Comments
 (0)