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