Skip to content

Commit

Permalink
Merge pull request #7 from github/dependabot/github_actions/rui314/se…
Browse files Browse the repository at this point in the history
…tup-mold-65685f45207903d37d006cd402c397653c57660e

Bump rui314/setup-mold from 8de9eea54963d01c1a6c200606257d65bd53bea1 to 65685f45207903d37d006cd402c397653c57660e
  • Loading branch information
gorzell authored Jun 17, 2024
2 parents 2f1c8c5 + 36dca3a commit f179248
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@8de9eea54963d01c1a6c200606257d65bd53bea1
- uses: rui314/setup-mold@65685f45207903d37d006cd402c397653c57660e

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

- uses: rui314/setup-mold@8de9eea54963d01c1a6c200606257d65bd53bea1
- uses: rui314/setup-mold@65685f45207903d37d006cd402c397653c57660e

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

- uses: rui314/setup-mold@8de9eea54963d01c1a6c200606257d65bd53bea1
- uses: rui314/setup-mold@65685f45207903d37d006cd402c397653c57660e

- name: Run unit tests
run: make test

0 comments on commit f179248

Please sign in to comment.