Skip to content

Commit 67abb67

Browse files
committed
wip: clang-13
1 parent 5f95df7 commit 67abb67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/multiarch.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
apt -qy --no-install-recommends install \
3232
automake \
3333
build-essential \
34-
clang \
34+
clang-13 \
3535
cmake \
3636
git \
3737
libcunit1-dev \
@@ -46,4 +46,4 @@ jobs:
4646
# user (host system).
4747
git config --global --add safe.directory "${PWD}/examples/shared/tinydtls"
4848
49-
CC=clang tools/ci/run_ci.sh --run-build --run-tests
49+
CC=clang-13 tools/ci/run_ci.sh --run-build --run-tests

0 commit comments

Comments
 (0)