Skip to content

Commit

Permalink
Seg fault on Fedora 36 (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
infra-monkey authored Jul 29, 2022
1 parent f9519e1 commit 53b7a87
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,25 @@ jobs:
cd build
cmake ..
make
make-fc37:
runs-on: ubuntu-latest
container:
image: fedora:37
steps:
- name: install dependencies
run: |
dnf -y install cmake kf5-ki18n-devel kf5-kcmutils-devel kf5-kdeclarative-devel qt5-qtsvg-devel kf5-plasma-devel qt5-qtmultimedia-devel kf5-rpm-macros
- uses: actions/checkout@v2
- name: compile kcm_webcam_settiugs
run: |
mkdir build
cd build
cmake ..
make
code-analysis:
runs-on: ubuntu-latest
container:
image: fedora:35
image: fedora:36
if: github.ref == 'refs/heads/main'
steps:
- name: install dependencies
Expand Down
7 changes: 7 additions & 0 deletions metainfo.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
fancname: kcm_webcam_settings
description: System Settings Module For Webcam Configuration
irc: plasma
maintainer: infra-monkey
platforms:
- name: Linux
group: plasma

0 comments on commit 53b7a87

Please sign in to comment.