1 parent 1cd73b8 commit eceb7f6Copy full SHA for eceb7f6
1 file changed
.github/workflows/release.yml
@@ -44,6 +44,10 @@ jobs:
44
- name: Rust Cache
45
uses: Swatinem/rust-cache@v2
46
47
+ - name: Install Linux system dependencies
48
+ if: runner.os == 'Linux'
49
+ run: sudo apt-get update && sudo apt-get install -y libdbus-1-dev libsecret-1-dev
50
+
51
- name: Check formatting
52
run: cargo fmt --check
53
0 commit comments