Skip to content

Commit

Permalink
ci: Add missing clang-12 for linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
aboeglin committed Jun 18, 2023
1 parent 20d4cb3 commit 0a8bce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Dockerfile-x86_64-linux
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ FROM ubuntu:20.04 as build-stage

RUN apt-get update -y

RUN apt-get install -y lcov llvm-12 llvm-12-dev llvm-12-tools nasm curl zip wget automake libtool unzip cmake git perl build-essential libffi-dev libffi7 libgmp-dev libgmp10 libncurses-dev libncurses5 libtinfo5
RUN apt-get install -y lcov clang-12 llvm-12 llvm-12-dev llvm-12-tools nasm curl zip wget automake libtool unzip cmake git perl build-essential libffi-dev libffi7 libgmp-dev libgmp10 libncurses-dev libncurses5 libtinfo5

RUN echo "Setup Haskell"
RUN curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh
Expand Down

0 comments on commit 0a8bce8

Please sign in to comment.