Skip to content

Commit

Permalink
move install to test
Browse files Browse the repository at this point in the history
  • Loading branch information
ncitron committed Feb 14, 2025
1 parent 4a620d9 commit 2c9a4cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 2c9a4cd

Please sign in to comment.