Skip to content

Commit 34bc002

Browse files
build(deps): bump rui314/setup-mold from 85c79d00377f0d32cdbae595a46de6f7c2fa6599 to 7344740a9418dcdcb481c7df83d9fbd1d5072d7d (#1470)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4cdfde3 commit 34bc002

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
@@ -73,7 +73,7 @@ jobs:
7373

7474
- name: Setup mold
7575
if: ${{ matrix.cfg.mold == 'yes' }}
76-
uses: rui314/setup-mold@85c79d00377f0d32cdbae595a46de6f7c2fa6599 # v1
76+
uses: rui314/setup-mold@7344740a9418dcdcb481c7df83d9fbd1d5072d7d # v1
7777

7878
- name: Add LLVM apt repository
7979
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@85c79d00377f0d32cdbae595a46de6f7c2fa6599
61+
uses: rui314/setup-mold@7344740a9418dcdcb481c7df83d9fbd1d5072d7d
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)