Skip to content

Commit 7be3e66

Browse files
authored
Install scan-build and gcc cross-compilation dependencies (#86)
Signed-off-by: Spencer Wilson <spencer.wilson@uwaterloo.ca>
1 parent dd6a00a commit 7be3e66

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ubuntu-latest/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ RUN DEBIAN_FRONTEND=noninteractive TZ=Europe/Zurich && \
1414
astyle \
1515
clang \
1616
clang-format \
17+
clang-tools \
1718
cmake \
1819
docker.io \
1920
gcc \
21+
gcc-mingw-w64 \
2022
g++ \
2123
git \
2224
libtool \

0 commit comments

Comments
 (0)