We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dfcb79 commit 8bfcdf5Copy full SHA for 8bfcdf5
1 file changed
.github/workflows/bench.yml
@@ -18,6 +18,10 @@ jobs:
18
with:
19
persist-credentials: false
20
- 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
25
- uses: Swatinem/rust-cache@v2
26
27
save-if: ${{ github.ref == 'refs/heads/main' }}
@@ -40,6 +44,10 @@ jobs:
40
44
41
45
42
46
47
48
49
50
43
51
52
53
0 commit comments