Skip to content

Commit

Permalink
Merge pull request #8 from github/dependabot/github_actions/rui314/se…
Browse files Browse the repository at this point in the history
…tup-mold-2e332a0b602c2fc65d2d3995941b1b29a5f554a0
  • Loading branch information
gorzell authored Jul 8, 2024
2 parents f179248 + 9ff162b commit 0523607
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@65685f45207903d37d006cd402c397653c57660e
- uses: rui314/setup-mold@2e332a0b602c2fc65d2d3995941b1b29a5f554a0

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

- uses: rui314/setup-mold@65685f45207903d37d006cd402c397653c57660e
- uses: rui314/setup-mold@2e332a0b602c2fc65d2d3995941b1b29a5f554a0

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

- uses: rui314/setup-mold@65685f45207903d37d006cd402c397653c57660e
- uses: rui314/setup-mold@2e332a0b602c2fc65d2d3995941b1b29a5f554a0

- name: Run unit tests
run: make test

0 comments on commit 0523607

Please sign in to comment.