commit f58de44da21b10c6f65907b076792aa60c1a1b24
parent e70a0bf661fd3c67a759ef2df384f968c07c58bb
Author: William Casarin <jb55@jb55.com>
Date: Wed, 1 Jan 2025 11:06:54 -0600
ci: update deps
Signed-off-by: William Casarin <jb55@jb55.com>
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
@@ -15,6 +15,8 @@ jobs:
runs-on: ubuntu-latest
steps:
+ - name: Deps
+ run: sudo apt-get install libfontconfig1-dev libfreetype6-dev libssl-dev
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose