We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1ab6ef commit a0a72b3Copy full SHA for a0a72b3
1 file changed
.github/workflows/Build.yml
@@ -19,6 +19,7 @@ jobs:
19
name: Build
20
runs-on: ubuntu-latest
21
env:
22
+ CUSTOM_LINKER: mold
23
CCACHE_BASEDIR: ${{ github.workspace }}
24
CCACHE_COMPRESS: "true"
25
CCACHE_DIR: ${{ github.workspace }}/.ccache
@@ -52,7 +53,7 @@ jobs:
52
53
- name: Install dependencies
54
run: |
55
sudo apt update
- sudo apt install -y protobuf-compiler libssl-dev ninja-build ccache
56
+ sudo apt install -y protobuf-compiler libssl-dev ninja-build ccache mold
57
58
- name: Build
59
0 commit comments