mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-02 19:43:55 -07:00
add ubuntu 21.10 to ci (#4446)
* add ubuntu 21.10 to ci remove ubuntu 20.10 * forgot to update dockerfile * add googletest from repos * update downloaded gtest ideally this should just grab the master version * fix hash * fix cmake issue
This commit is contained in:
parent
656e3230de
commit
7712862036
4 changed files with 7 additions and 8 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM ubuntu:groovy
|
||||
FROM ubuntu:impish
|
||||
|
||||
RUN apt-get update && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
|
||||
|
|
@ -17,7 +17,6 @@ RUN apt-get update && \
|
|||
libqt5svg5-dev \
|
||||
libqt5websockets5-dev \
|
||||
protobuf-compiler \
|
||||
qt5-default \
|
||||
qtmultimedia5-dev \
|
||||
qttools5-dev \
|
||||
qttools5-dev-tools \
|
||||
Loading…
Add table
Add a link
Reference in a new issue