Skip to content

Commit b916de7

Browse files
committed
[FIXUP] Fix clang's version to 10.
1 parent 35af161 commit b916de7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
DEBIAN_FRONTEND: noninteractive
7373
run: |
7474
sudo apt-get update
75-
sudo apt-get install --no-install-recommends -yqf clang clang++ gdb maven jq flex bison libxml2-utils cpanminus
75+
sudo apt-get install --no-install-recommends -yq clang-10 clang++-10 gdb maven jq flex bison libxml2-utils cpanminus
7676
make -C src minisat2-download
7777
cpanm Thread::Pool::Simple
7878
- name: Build with make

0 commit comments

Comments
 (0)