Skip to content

Commit

Permalink
fix(CI.yml): attempt to solve libxcb with libxcb1
Browse files Browse the repository at this point in the history
  • Loading branch information
miniben-90 committed Jan 13, 2024
1 parent f8decf0 commit ce9ba81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian-aarch64
build: |-
set -e &&
sudo apt-get install -y libx11-dev libxcb-ewmh-dev libxcb-randr0-dev pkg-config libxcb-util-dev libxcb1-dev libxkbcommon-dev &&
sudo apt-get install -y libx11-dev libxcb-ewmh-dev libxcb-randr0-dev pkg-config libxcb1 libxcb-util-dev libxcb1-dev libxkbcommon-dev &&
yarn install &&
export PKG_CONFIG_SYSROOT_DIR="/usr/aarch64-linux-gnu" &&
export PKG_CONFIG_PATH="/usr/lib/aarch64-linux-gnu/pkgconfig/:${PKG_CONFIG_PATH}" &&
Expand Down

0 comments on commit ce9ba81

Please sign in to comment.