We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92ee4c7 commit e4a4666Copy full SHA for e4a4666
1 file changed
.github/workflows/release.yaml
@@ -18,9 +18,6 @@ jobs:
18
steps:
19
- uses: actions/checkout@v4
20
21
- - name: Install pkg-config and libssl-dev
22
- run: sudo apt-get install pkg-config libssl-dev
23
-
24
- name: Build
25
run: cargo build --release
26
0 commit comments