Skip to content

Commit 7b3623e

Browse files
committed
Add mold to system dependencies in build workflow
1 parent 29663f2 commit 7b3623e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ jobs:
5353
gcc g++ clang libfontconfig-dev libwayland-dev \
5454
libwebkit2gtk-4.1-dev libxkbcommon-x11-dev \
5555
libssl-dev libzstd-dev \
56-
vulkan-validationlayers libvulkan1
56+
vulkan-validationlayers libvulkan1 \
57+
mold
5758
5859
- name: Install stable toolchain
5960
uses: actions-rs/toolchain@v1

0 commit comments

Comments
 (0)