Install XCB dependencies for all jobs globally in CI
This commit is contained in:
parent
aac53caef4
commit
5afdeccf98
1 changed files with 1 additions and 2 deletions
|
@ -31,7 +31,7 @@ cache:
|
|||
# Install compiler and OpenSSL dependencies
|
||||
before_script:
|
||||
- apt-get update
|
||||
- apt-get install -y --no-install-recommends build-essential pkg-config libssl-dev python3
|
||||
- apt-get install -y --no-install-recommends build-essential pkg-config libssl-dev python3 libx11-xcb-dev libgl1-mesa-dev
|
||||
- |
|
||||
rustup install $RUST_VERSION
|
||||
rustup default $RUST_VERSION
|
||||
|
@ -127,7 +127,6 @@ test-cargo:
|
|||
- check-stable
|
||||
dependencies: []
|
||||
script:
|
||||
- apt-get install -y --no-install-recommends libx11-xcb-dev libgl1-mesa-dev
|
||||
- cargo test --verbose
|
||||
|
||||
# Run integration test with the public Send service
|
||||
|
|
Loading…
Add table
Reference in a new issue