Skip to content

Commit

Permalink
build(deps): bump rui314/setup-mold from 2e332a0b602c2fc65d2d3995941b…
Browse files Browse the repository at this point in the history
…1b29a5f554a0 to 0bf4f07ef9048ec62a45f9dbf2f098afa49695f0 (#1234)
  • Loading branch information
braindigitalis authored Sep 1, 2024
2 parents 28ef1e1 + 6666efd commit be9e625
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:

- name: Setup mold
if: ${{ matrix.cfg.mold == 'yes' }}
uses: rui314/setup-mold@2e332a0b602c2fc65d2d3995941b1b29a5f554a0 # v1
uses: rui314/setup-mold@0bf4f07ef9048ec62a45f9dbf2f098afa49695f0 # v1

- name: Generate CMake
run: cmake -B build -DDPP_NO_VCPKG=ON -DAVX_TYPE=AVX0 -DCMAKE_BUILD_TYPE=Release ${{matrix.cfg.cmake-flags}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
# Prefix the list here with "+" to use these queries and those in the config file.

- name: Setup mold
uses: rui314/setup-mold@2e332a0b602c2fc65d2d3995941b1b29a5f554a0
uses: rui314/setup-mold@0bf4f07ef9048ec62a45f9dbf2f098afa49695f0

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

0 comments on commit be9e625

Please sign in to comment.