Skip to content

Commit 39a97e1

Browse files
committed
fix: install ubuntu build deps
1 parent 6e14a12 commit 39a97e1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/build-linux.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ PACKAGE="$NAME-${GITHUB_REF_NAME:-latest}"
55

66
RELEASE="target/release/$NAME"
77

8+
# install dependencies
9+
sudo apt-get install -y build-essential make cmake pkg-config llvm libclang-dev libpam-dev libxkbcommon-dev
10+
811
# build binaries
912
cargo build --all --release
1013
strip "$RELEASE"

0 commit comments

Comments
 (0)