We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52d6b60 commit b7895b2Copy full SHA for b7895b2
1 file changed
.github/workflows/release.yaml
@@ -37,6 +37,13 @@ jobs:
37
- uses: actions/checkout@v6
38
with:
39
ref: ${{ inputs.tag || github.ref }}
40
+ - name: install system dependencies
41
+ run: |
42
+ sudo sh -eu <<EOF
43
+ apt-get update && apt-get install -yy --no-install-recommends \
44
+ libbsd-dev \
45
+ libdbus-1-dev
46
+ EOF
47
- uses: rust-lang/crates-io-auth-action@v1
48
id: auth
49
# TODO(soon): smarter release process, this just tries to publish everything
0 commit comments