Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
panzergame committed Oct 23, 2023
1 parent 49294dd commit 5922fe2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ jobs:
container:
image: ghcr.io/${{ github.repository }}/linux-ci:latest
steps:
- name: Install package
run: |
apt-get update
apt-get -y install lcov
- name: Install build wrapper
run: |
wget http://sonarcloud.io/static/cpp/build-wrapper-linux-x86.zip
Expand Down
2 changes: 1 addition & 1 deletion ci/docker/linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ubuntu:jammy
ARG DEBIAN_FRONTEND=noninteractive

RUN apt-get update && \
apt-get -y install lcov git wget cmake build-essential python3-pip && \
apt-get -y install lcov git zip wget cmake build-essential python3-pip && \
apt-get -y install qtbase5-dev qt3d5-dev libqt5svg5-dev freeglut3-dev

RUN pip install jinja2
Expand Down

0 comments on commit 5922fe2

Please sign in to comment.