Skip to content

Commit 5f95df7

Browse files
committed
wip
1 parent b079c6c commit 5f95df7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/multiarch.yaml

+2-1
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 \
@@ -45,4 +46,4 @@ jobs:
4546
# user (host system).
4647
git config --global --add safe.directory "${PWD}/examples/shared/tinydtls"
4748
48-
tools/ci/run_ci.sh --run-build --run-tests
49+
CC=clang tools/ci/run_ci.sh --run-build --run-tests

0 commit comments

Comments
 (0)