File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ jobs:
287287 repository : sunfishcode/dbus-rs
288288 path : dbus-rs
289289 - run : sudo apt-get update
290- - run : sudo apt-get install -y libdbus-1-dev
290+ - run : sudo apt-get install -y libdbus-1-dev at-spi2-core
291291 - run : cd dbus-rs && echo '[patch.crates-io]' >> Cargo.toml
292292 - run : cd dbus-rs && echo 'rustix = { path = ".." }' >> Cargo.toml
293293 - run : cd dbus-rs && env DBUS_SESSION_BUS_ADDRESS=`dbus-daemon --session --print-address --fork` cargo test --workspace
@@ -342,6 +342,8 @@ jobs:
342342 repository : sunfishcode/rust
343343 path : rust
344344 ref : rustix
345+ # Fetch enough to let the bootstrap script find an LLVM revision.
346+ fetch-depth : 2000
345347 # Download a pre-built LLVM instead of building it from source.
346348 - run : cd rust && echo "[llvm]" >> config.toml
347349 - run : cd rust && echo "download-ci-llvm = true" >> config.toml
You can’t perform that action at this time.
0 commit comments