Skip to content
This repository was archived by the owner on Aug 13, 2025. It is now read-only.

Commit fbdd55f

Browse files
committed
workflow update
1 parent e4716f2 commit fbdd55f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/rust.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ jobs:
1818

1919
- name: Cache Cargo Dependencies
2020
uses: Swatinem/rust-cache@v2
21+
22+
- name: Install Dependencies
23+
run: |
24+
sudo apt update
25+
sudo apt install -y pkg-config
2126
2227
- name: Build Release
2328
run: cargo build --release

0 commit comments

Comments
 (0)