We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a607388 commit e4b10c2Copy full SHA for e4b10c2
1 file changed
‎.github/workflows/checks.yml‎
@@ -18,13 +18,14 @@ concurrency:
18
jobs:
19
cpp-linter:
20
runs-on: ubuntu-latest
21
- container: archlinux:base-devel
+ container: cachyos/cachyos:latest
22
steps:
23
- uses: actions/checkout@v4
24
25
- name: install deps
26
run: |
27
- pacman -Syu --noconfirm cmake pkg-config ninja clang rust mold llvm libc++ qt6-base qt6-tools polkit-qt6 python git
+ pacman -Syu --noconfirm cmake pkg-config ninja clang rust \
28
+ mold llvm libc++ qt6-base qt6-tools polkit-qt6 python git scx-manager
29
shell: bash
30
31
- name: Configure CMake
0 commit comments