From 2c9a4cd41c90db4f3edd8029ae1bc03ae79779d3 Mon Sep 17 00:00:00 2001 From: Noah Citron Date: Fri, 14 Feb 2025 17:41:14 -0500 Subject: [PATCH] move install to test --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 63c3e4fd..dbaa019c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,6 +36,8 @@ jobs: toolchain: stable override: true - uses: Swatinem/rust-cache@v2 + - name: Install libfont + run: sudo apt install libfontconfig libfontconfig1-dev - uses: actions-rs/cargo@v1 with: command: test @@ -52,8 +54,6 @@ jobs: override: true components: rustfmt - uses: Swatinem/rust-cache@v2 - - name: Install libfont - run: sudo apt install libfontconfig libfontconfig1-dev - uses: actions-rs/cargo@v1 with: command: fmt