We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66c7f05 commit 77b5d69Copy full SHA for 77b5d69
1 file changed
.github/workflows/rust.yml
@@ -17,8 +17,9 @@ jobs:
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
+ run: |
+ 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