Skip to content

Commit 9ccbf3d

Browse files
committed
fix: add missing dependencies into actions
1 parent 7d7b406 commit 9ccbf3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
toolchain: ${{ steps.parse-toolchain.outputs.spec }}
2121
- uses: Swatinem/rust-cache@v2
2222
- name: install native deps
23-
run: sudo apt update && sudo apt install clang llvm pkg-config nettle-dev
23+
run: sudo apt update && sudo apt install clang llvm pkg-config nettle-dev fontforge
2424
- run: cargo install cargo-udeps --locked
2525

2626
- run: cargo fmt -- --check

0 commit comments

Comments
 (0)