Skip to content

Commit

Permalink
Install mold linker for github workflow check
Browse files Browse the repository at this point in the history
  • Loading branch information
jakewmeyer committed Oct 19, 2024
1 parent 9ca7d83 commit b082605
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
- name: Caching
uses: Swatinem/rust-cache@v2

- name: Install mold
run: apt install -y mold

- name: Run rustfmt
run: cargo fmt -- --check

Expand Down

0 comments on commit b082605

Please sign in to comment.