Skip to content

Commit b082605

Browse files
committed
Install mold linker for github workflow check
1 parent 9ca7d83 commit b082605

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
- name: Caching
2020
uses: Swatinem/rust-cache@v2
2121

22+
- name: Install mold
23+
run: apt install -y mold
24+
2225
- name: Run rustfmt
2326
run: cargo fmt -- --check
2427

0 commit comments

Comments
 (0)