Skip to content

Commit 8bfcdf5

Browse files
authored
fix(ops): fixed bech workflow not finding keyring and dbus
1 parent 3dfcb79 commit 8bfcdf5

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/bench.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
1818
with:
1919
persist-credentials: false
2020
- uses: dtolnay/rust-toolchain@stable
21+
- name: Install native deps
22+
run: |
23+
sudo apt-get update
24+
sudo apt-get install -y pkg-config libdbus-1-dev
2125
- uses: Swatinem/rust-cache@v2
2226
with:
2327
save-if: ${{ github.ref == 'refs/heads/main' }}
@@ -40,6 +44,10 @@ jobs:
4044
with:
4145
persist-credentials: false
4246
- uses: dtolnay/rust-toolchain@stable
47+
- name: Install native deps
48+
run: |
49+
sudo apt-get update
50+
sudo apt-get install -y pkg-config libdbus-1-dev
4351
- uses: Swatinem/rust-cache@v2
4452
with:
4553
save-if: ${{ github.ref == 'refs/heads/main' }}

0 commit comments

Comments
 (0)