Skip to content

Commit cd1a602

Browse files
committed
Update workflow
1 parent 51de0fa commit cd1a602

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
- name: Run sccache-cache
2020
uses: mozilla-actions/sccache-action@v0.0.7
2121

22-
- name: Install xmlsec1 (dep)
22+
- name: Install libxmlsec1-dev (dep)
2323
run: |
2424
sudo apt-get update
25-
sudo apt-get -y install xmlsec1
25+
sudo apt-get -y install libxmlsec1-dev
2626
2727
- name: Build release binary
2828
run: cargo build --release

0 commit comments

Comments
 (0)