fix workflow for clang
Some checks failed
linux-x64-clang / linux-clang (Debug) (push) Failing after 15s
linux-x64-clang / linux-clang (Release) (push) Failing after 15s

This commit is contained in:
tqcq 2024-08-22 09:19:11 +08:00
parent bc91c7d71a
commit e7032fc6db

View File

@ -29,10 +29,10 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
# - name: install-tools
# run: |
# sudo apt-get update -y
# sudo apt-get install -y cmake make
- name: install-tools
run: |
sudo apt-get update -y
sudo apt-get install -y cmake make
- name: configure
env:
CC: clang