We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8080f6 commit 6180f12Copy full SHA for 6180f12
2 files changed
.github/workflows/rust.yml
@@ -17,7 +17,7 @@ jobs:
17
18
steps:
19
- name: Install packages
20
- run: pacman -Syu rust pacman-contrib pkgconf git just lld --noconfirm --needed
+ run: pacman -Syu rust pacman-contrib libxkbcommon git just lld --noconfirm --needed
21
22
- name: Checkout
23
uses: actions/checkout@v4
PKGBUILD
@@ -14,12 +14,12 @@ depends=(
14
openssl
15
gcc-libs
16
glibc
+ libxkbcommon
# May not need all of these
dbus
libinput
libpulse
systemd-libs
- libxkbcommon
)
24
makedepends=(
25
cargo
0 commit comments