Skip to content

Commit

Permalink
Merge pull request #25 from github/dependabot/github_actions/rui314/s…
Browse files Browse the repository at this point in the history
…etup-mold-b015f7e3f2938ad3a5ed6e5111a8c6c7c1d6db6e

Bump rui314/setup-mold from 0bf4f07ef9048ec62a45f9dbf2f098afa49695f0 to b015f7e3f2938ad3a5ed6e5111a8c6c7c1d6db6e
  • Loading branch information
gorzell authored Oct 7, 2024
2 parents 1d02b2e + f12685f commit bb5c124
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@0bf4f07ef9048ec62a45f9dbf2f098afa49695f0
- uses: rui314/setup-mold@b015f7e3f2938ad3a5ed6e5111a8c6c7c1d6db6e

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

- uses: rui314/setup-mold@0bf4f07ef9048ec62a45f9dbf2f098afa49695f0
- uses: rui314/setup-mold@b015f7e3f2938ad3a5ed6e5111a8c6c7c1d6db6e

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

- uses: rui314/setup-mold@0bf4f07ef9048ec62a45f9dbf2f098afa49695f0
- uses: rui314/setup-mold@b015f7e3f2938ad3a5ed6e5111a8c6c7c1d6db6e

- name: Run unit tests
run: make test

0 comments on commit bb5c124

Please sign in to comment.