fix clang
Some checks failed
linux-x64-clang / linux-clang (Debug) (push) Failing after 1m52s
linux-x64-clang / linux-clang (Release) (push) Failing after 1m39s

This commit is contained in:
tqcq 2024-12-19 09:35:55 +08:00
parent eb55aa61c7
commit 5a4ac24c50

View File

@ -32,7 +32,7 @@ jobs:
- name: install-tools - name: install-tools
run: | run: |
sudo apt-get update -y sudo apt-get update -y
sudo apt-get install -y cmake make clang-tools ninja-build sudo apt-get install -y cmake make clang-tools clang-10 ninja-build
- name: configure - name: configure
env: env:
CC: clang CC: clang