We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53c1e1e commit ac03a9bCopy full SHA for ac03a9b
.github/workflows/multiarch.yaml
@@ -31,6 +31,7 @@ jobs:
31
apt -qy --no-install-recommends install \
32
automake \
33
build-essential \
34
+ clang \
35
cmake \
36
git \
37
libcunit1-dev \
@@ -45,4 +46,4 @@ jobs:
45
46
# user (host system).
47
git config --global --add safe.directory "${PWD}/examples/shared/tinydtls"
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