Skip to content

Commit a3b2afb

Browse files
committed
wip
1 parent 53c1e1e commit a3b2afb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/multiarch.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
apt -qy --no-install-recommends install \
3232
automake \
3333
build-essential \
34+
clang \
3435
cmake \
3536
git \
3637
libcunit1-dev \
@@ -46,3 +47,5 @@ jobs:
4647
git config --global --add safe.directory "${PWD}/examples/shared/tinydtls"
4748
4849
tools/ci/run_ci.sh --run-build --run-tests
50+
env:
51+
CC: "clang"

0 commit comments

Comments
 (0)