Skip to content

Commit

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

Bump rui314/setup-mold from bac87d5a5820d626ba77131fbbfbce77faf03b6e to f80524ca6eeaa76759b57fb78ddce5d87a20c720
  • Loading branch information
gorzell authored Jan 20, 2025
2 parents 9af9f3c + fdcc1cc commit 4b41c26
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@bac87d5a5820d626ba77131fbbfbce77faf03b6e
- uses: rui314/setup-mold@f80524ca6eeaa76759b57fb78ddce5d87a20c720

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

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

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

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

- name: Run unit tests
run: make test

0 comments on commit 4b41c26

Please sign in to comment.