We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d7b406 commit 9ccbf3dCopy full SHA for 9ccbf3d
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
toolchain: ${{ steps.parse-toolchain.outputs.spec }}
21
- uses: Swatinem/rust-cache@v2
22
- name: install native deps
23
- run: sudo apt update && sudo apt install clang llvm pkg-config nettle-dev
+ run: sudo apt update && sudo apt install clang llvm pkg-config nettle-dev fontforge
24
- run: cargo install cargo-udeps --locked
25
26
- run: cargo fmt -- --check
0 commit comments