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