Skip to content

Commit

Permalink
wip: clang-13
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasWoodtli committed Feb 4, 2025
1 parent 5f95df7 commit 67abb67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/multiarch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
apt -qy --no-install-recommends install \
automake \
build-essential \
clang \
clang-13 \
cmake \
git \
libcunit1-dev \
Expand All @@ -46,4 +46,4 @@ jobs:
# user (host system).
git config --global --add safe.directory "${PWD}/examples/shared/tinydtls"
CC=clang tools/ci/run_ci.sh --run-build --run-tests
CC=clang-13 tools/ci/run_ci.sh --run-build --run-tests

0 comments on commit 67abb67

Please sign in to comment.