We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aced822 commit 9d78971Copy full SHA for 9d78971
.github/workflows/c-cpp.yml
@@ -111,7 +111,7 @@ jobs:
111
with:
112
submodules: recursive
113
- name: install packages
114
- run: apt-get update && apt-get install -y zlib1g-dev libhdf5-dev libzstd-dev gcc g++ autoconf automake make wget
+ run: apt-get update && apt-get install -y zlib1g-dev libhdf5-dev libzstd-dev gcc g++ autoconf automake make wget clang clang++
115
- name: build-gcc
116
run: autoreconf && ./configure && make -j8
117
- name: test-gcc
0 commit comments