Skip to content

Commit e4b10c2

Browse files
committed
🚧 CI: use cachyos image instead of archlinux one
1 parent a607388 commit e4b10c2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

‎.github/workflows/checks.yml‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,14 @@ concurrency:
1818
jobs:
1919
cpp-linter:
2020
runs-on: ubuntu-latest
21-
container: archlinux:base-devel
21+
container: cachyos/cachyos:latest
2222
steps:
2323
- uses: actions/checkout@v4
2424

2525
- name: install deps
2626
run: |
27-
pacman -Syu --noconfirm cmake pkg-config ninja clang rust mold llvm libc++ qt6-base qt6-tools polkit-qt6 python git
27+
pacman -Syu --noconfirm cmake pkg-config ninja clang rust \
28+
mold llvm libc++ qt6-base qt6-tools polkit-qt6 python git scx-manager
2829
shell: bash
2930

3031
- name: Configure CMake

0 commit comments

Comments
 (0)