Skip to content

Commit

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

0 comments on commit 39a2a78

Please sign in to comment.