Skip to content

Commit 8a5c6dd

Browse files
committed
fast-fail test-docsrs-build.sh
1 parent a40bd95 commit 8a5c6dd

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/ci.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,11 @@ jobs:
137137
- name: Fetch head
138138
uses: actions/checkout@v4
139139

140+
- name: Install dependencies
141+
run: |
142+
sudo apt-get update
143+
sudo apt-get install -y libdbus-1-dev pkg-config
144+
140145
- name: Install rust nightly
141146
uses: dtolnay/rust-toolchain@stable
142147
with:

test-docsrs-build.sh

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
set -e
4+
35
FEATURES="apple-native, windows-native, linux-native-sync-persistent, crypto-rust"
46
TARGETS=(
57
"x86_64-unknown-linux-gnu"

0 commit comments

Comments
 (0)