Skip to content

Commit

Permalink
Fix include error and update CI OS version (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
elysia-best authored Jul 16, 2024
1 parent 57b1f3a commit ee96a98
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
debian:
name: Debian
runs-on: ubuntu-latest
container: docker.io/library/debian:bookworm
container: docker.io/library/debian:trixie
steps:
- name: Checkout Source
uses: actions/checkout@v2
Expand Down
1 change: 0 additions & 1 deletion src/application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
#include "powermanager.h"
#include "settingsuiadaptor.h"
#include "touchpad.h"
#include "update/updatemanager.h"
// #include "updatorhelper.h"
// #include "upgradeablemodel.h"

Expand Down

0 comments on commit ee96a98

Please sign in to comment.