We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13a6fd8 commit 66c7f05Copy full SHA for 66c7f05
1 file changed
.github/workflows/rust.yml
@@ -16,6 +16,9 @@ jobs:
16
17
steps:
18
- uses: actions/checkout@v4
19
+ - name: Install system libraries
20
+ run: sudo apt-get update && sudo apt-get install -y \
21
+ pkg-config libfreetype6-dev libfontconfig1-dev
22
- name: Build
23
run: cargo build --verbose
24
- name: Run tests
0 commit comments