We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b14d440 commit 6f7ec6aCopy full SHA for 6f7ec6a
.github/workflows/push.yml
@@ -83,13 +83,6 @@ jobs:
83
uses: actions/checkout@v4
84
- name: apt
85
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
93
- name: System info
94
run: |
95
echo "::group::Show host CPU info"
0 commit comments