Skip to content

Commit

Permalink
Add cmake to mingw docker as a dep
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Sep 18, 2024
1 parent 43d7bc8 commit 995f1c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/Dockerfile-mingw
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ FROM ubuntu:16.04
RUN apt-get update
RUN apt-get install -y --no-install-recommends \
gcc ca-certificates make libc6-dev \
gcc-mingw-w64-x86-64 libz-mingw-w64-dev
gcc-mingw-w64-x86-64 libz-mingw-w64-dev \
cmake

0 comments on commit 995f1c0

Please sign in to comment.