Skip to content

Commit 5ffc3d9

Browse files
build(deps): bump rui314/setup-mold from f80524ca6eeaa76759b57fb78ddce5d87a20c720 to 62ef504340de42a9ccf0613427a59ceddefc159e (#1429)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 30e633a commit 5ffc3d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171

7272
- name: Setup mold
7373
if: ${{ matrix.cfg.mold == 'yes' }}
74-
uses: rui314/setup-mold@f80524ca6eeaa76759b57fb78ddce5d87a20c720 # v1
74+
uses: rui314/setup-mold@62ef504340de42a9ccf0613427a59ceddefc159e # v1
7575

7676
- name: Add LLVM apt repository
7777
if: ${{ matrix.cfg.llvm-apt }}

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
# Prefix the list here with "+" to use these queries and those in the config file.
5959

6060
- name: Setup mold
61-
uses: rui314/setup-mold@f80524ca6eeaa76759b57fb78ddce5d87a20c720
61+
uses: rui314/setup-mold@62ef504340de42a9ccf0613427a59ceddefc159e
6262

6363
- name: Build
6464
run: cmake -B build -DDPP_NO_VCPKG=ON -DAVX_TYPE=AVX0 -DCMAKE_BUILD_TYPE=Release && cmake --build build -j4

0 commit comments

Comments
 (0)