fix workflow for clang
This commit is contained in:
parent
bc91c7d71a
commit
e7032fc6db
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user