Skip to content

Commit 1c12dc0

Browse files
Update rust.yml
1 parent fe89ce8 commit 1c12dc0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/rust.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v4
19+
- name: Install dependency packages
20+
run: |
21+
sudo apt-get update
22+
sudo apt-get install libfontconfig1-dev
1923
- name: Cache
2024
uses: actions/cache@v4
2125
with:

0 commit comments

Comments
 (0)