Skip to content

Commit a95db81

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: Swatinem/rust-cache@v2
2121

2222
- name: Install mold
23-
run: apt install -y mold
23+
run: sudo apt-get install -y mold
2424

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

0 commit comments

Comments
 (0)