Skip to content

Commit 874581e

Browse files
committed
complete revise the architecture
1 parent 4909bde commit 874581e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14+
- name: Install system dependencies
15+
run: sudo apt-get update && sudo apt-get install -y libfontconfig1-dev pkg-config
16+
1417
- name: Checkout code
1518
uses: actions/checkout@v4
1619

0 commit comments

Comments
 (0)