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.
2 parents 26ccfbe + 6f7ec6a commit aff26e4Copy full SHA for aff26e4
.github/workflows/push.yml
@@ -84,13 +84,6 @@ jobs:
84
uses: actions/checkout@v4
85
- name: apt
86
uses: ./.github/actions/apt-x64
87
- - name: LLVM 16 (ASAN-only)
88
- if: ${{ matrix.asan }}
89
- run: |
90
- DEBIAN_FRONTEND=noninteractive sudo apt-get install -y lsb-release wget software-properties-common gnupg
91
- wget https://apt.llvm.org/llvm.sh
92
- chmod u+x llvm.sh
93
- sudo ./llvm.sh 16
94
- name: System info
95
run: |
96
echo "::group::Show host CPU info"
0 commit comments