CI: Add libarchive for launcher builds
This commit is contained in:
parent
ede4c512ae
commit
c09fdc49a7
@ -38,7 +38,7 @@ RUN apt-get install -y \
|
||||
RUN git clone https://github.com/mxe/mxe.git
|
||||
RUN mv mxe /opt/mxe
|
||||
WORKDIR /opt/mxe
|
||||
RUN make -j4 MXE_TARGETS="i686-w64-mingw32.static.posix" qtbase qtmultimedia
|
||||
RUN make -j4 MXE_TARGETS="i686-w64-mingw32.static.posix" qtbase qtmultimedia libarchive
|
||||
ENV PATH=/opt/mxe/usr/bin:$PATH
|
||||
|
||||
WORKDIR /
|
||||
|
Loading…
Reference in New Issue
Block a user