We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f95df7 commit 67abb67Copy full SHA for 67abb67
.github/workflows/multiarch.yaml
@@ -31,7 +31,7 @@ jobs:
31
apt -qy --no-install-recommends install \
32
automake \
33
build-essential \
34
- clang \
+ clang-13 \
35
cmake \
36
git \
37
libcunit1-dev \
@@ -46,4 +46,4 @@ jobs:
46
# user (host system).
47
git config --global --add safe.directory "${PWD}/examples/shared/tinydtls"
48
49
- CC=clang tools/ci/run_ci.sh --run-build --run-tests
+ CC=clang-13 tools/ci/run_ci.sh --run-build --run-tests
0 commit comments