Skip to content

Commit 6180f12

Browse files
committed
Update dependencies
1 parent d8080f6 commit 6180f12

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Install packages
20-
run: pacman -Syu rust pacman-contrib pkgconf git just lld --noconfirm --needed
20+
run: pacman -Syu rust pacman-contrib libxkbcommon git just lld --noconfirm --needed
2121

2222
- name: Checkout
2323
uses: actions/checkout@v4

PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ depends=(
1414
openssl
1515
gcc-libs
1616
glibc
17+
libxkbcommon
1718
# May not need all of these
1819
dbus
1920
libinput
2021
libpulse
2122
systemd-libs
22-
libxkbcommon
2323
)
2424
makedepends=(
2525
cargo

0 commit comments

Comments
 (0)