Skip to content

Commit

Permalink
Update ubuntu to nobel.
Browse files Browse the repository at this point in the history
  • Loading branch information
openarun committed Jan 7, 2024
1 parent ca06d3c commit df1f9e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
ubuntudde:
name: UbuntuDDE
runs-on: ubuntu-latest
container: docker.io/library/ubuntu:22.04
container: docker.io/library/ubuntu:nobel
steps:
- name: Checkout branch
uses: actions/checkout@v2
Expand All @@ -40,7 +40,7 @@ jobs:
add-apt-repository -y ppa:ubuntudde-dev/stable
apt-get update
- name: Install build dependencies
run: DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential cmake ninja-build pkg-config qtbase5-dev libdtkwidget-dev libdtkcore-dev libdtkgui-dev libpackagekitqt5-dev libappstreamqt-dev libsnapd-qt-dev qttools5-dev
run: DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential cmake ninja-build pkg-config qtbase5-dev libdtkwidget-dev libdtkcore-dev libdtkgui-dev libpackagekitqt5-dev libappstreamqt5-dev (>= 1.0.0~) libsnapd-qt-dev qttools5-dev
- name: CMake and Make
run: |
mkdir build
Expand Down

0 comments on commit df1f9e1

Please sign in to comment.