Skip to content

Commit

Permalink
Bump rui314/setup-mold
Browse files Browse the repository at this point in the history
Bumps [rui314/setup-mold](https://github.com/rui314/setup-mold) from b015f7e3f2938ad3a5ed6e5111a8c6c7c1d6db6e to bac87d5a5820d626ba77131fbbfbce77faf03b6e.
- [Commits](rui314/setup-mold@b015f7e...bac87d5)

---
updated-dependencies:
- dependency-name: rui314/setup-mold
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent d868046 commit 8c75809
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: rui314/setup-mold@b015f7e3f2938ad3a5ed6e5111a8c6c7c1d6db6e
- uses: rui314/setup-mold@bac87d5a5820d626ba77131fbbfbce77faf03b6e

- name: Build
run: make build
Expand All @@ -32,7 +32,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: rui314/setup-mold@b015f7e3f2938ad3a5ed6e5111a8c6c7c1d6db6e
- uses: rui314/setup-mold@bac87d5a5820d626ba77131fbbfbce77faf03b6e

- name: Check formatting and clippy
run: make lint
Expand All @@ -43,7 +43,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: rui314/setup-mold@b015f7e3f2938ad3a5ed6e5111a8c6c7c1d6db6e
- uses: rui314/setup-mold@bac87d5a5820d626ba77131fbbfbce77faf03b6e

- name: Run unit tests
run: make test

0 comments on commit 8c75809

Please sign in to comment.