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 b082605 commit a95db81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: Swatinem/rust-cache@v2

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

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

0 comments on commit a95db81

Please sign in to comment.