Skip to content

Commit a0a72b3

Browse files
authored
ci: Enable mold for linking (#18)
1 parent b1ab6ef commit a0a72b3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/Build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
name: Build
2020
runs-on: ubuntu-latest
2121
env:
22+
CUSTOM_LINKER: mold
2223
CCACHE_BASEDIR: ${{ github.workspace }}
2324
CCACHE_COMPRESS: "true"
2425
CCACHE_DIR: ${{ github.workspace }}/.ccache
@@ -52,7 +53,7 @@ jobs:
5253
- name: Install dependencies
5354
run: |
5455
sudo apt update
55-
sudo apt install -y protobuf-compiler libssl-dev ninja-build ccache
56+
sudo apt install -y protobuf-compiler libssl-dev ninja-build ccache mold
5657
5758
- name: Build
5859
run: |

0 commit comments

Comments
 (0)