Skip to content

Commit 6c50609

Browse files
author
equalsraf
committed
Update circleci image
1 parent 24a8412 commit 6c50609

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.circleci/config.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
build:
44
machine:
5-
image: ubuntu-2004:202008-01
5+
image: ubuntu-2204:2024.11.1
66
working_directory: ~/project
77
steps:
88
- checkout
@@ -15,8 +15,9 @@ jobs:
1515
- run:
1616
name: Install dependencies
1717
command: |
18-
sudo apt-get install -y cmake libqt5svg5 libqt5svg5-dev neovim python3-dev python3-jinja2 python3-msgpack python3-pip qt5-default
19-
sudo apt-get install -y lcov
18+
sudo NEEDRESTART_MODE=l apt-get install -y cmake libqt5svg5 libqt5svg5-dev neovim python3-dev python3-jinja2 python3-msgpack python3-pip qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools
19+
20+
sudo NEEDRESTART_MODE=l apt-get install -y lcov
2021
- run:
2122
name: build
2223
command: |

0 commit comments

Comments
 (0)