We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea5d189 commit b2b870bCopy full SHA for b2b870b
.github/workflows/build-and-test.yml
@@ -75,6 +75,7 @@ jobs:
75
name: Build
76
runs-on: ubuntu-latest
77
strategy:
78
+ fail-fast: false
79
matrix:
80
image:
81
# FIXME: GNOME OS is currently missing polkit-agent-1
.github/workflows/container.yml
@@ -19,7 +19,7 @@ jobs:
19
- 'gnomeos:2025-11-24.0'
20
- 'fedora-latest:2025-11-21.11'
21
- 'ubuntu-latest:2025-11-21.10'
22
- - 'ubuntu-22.04:2025-11-24.3'
+ - 'ubuntu-22.04:2025-11-24.4'
23
24
steps:
25
- name: Login to GHCR
.github/workflows/containers/ubuntu-22.04.containerfile
@@ -67,6 +67,7 @@ RUN apt install -y --no-install-recommends \
67
openssl \
68
git \
69
policykit-1 \
70
- gnome-desktop-testing
+ gnome-desktop-testing \
71
+ libcap2-bin
72
73
RUN update-ca-certificates
0 commit comments