Skip to content

Commit

Permalink
add a version
Browse files Browse the repository at this point in the history
  • Loading branch information
tbro committed Aug 14, 2024
1 parent ccc8efd commit 1f6e974
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
with:
prefix-key: v1-rust


- uses: rui314/setup-mold@v1
mold-version: 2.31.0

- name: Build
# Build in release without `testing` feature, this should work without `hotshot_example` config.
Expand Down Expand Up @@ -106,6 +106,7 @@ jobs:
uses: Swatinem/rust-cache@v2

- uses: rui314/setup-mold@v1
mold-version: 2.31.0

- name: Build
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/slowtest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
version: nightly

- uses: rui314/setup-mold@v1
mold-version: 2.31.0

- uses: taiki-e/install-action@nextest

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
version: nightly

- uses: rui314/setup-mold@v1
mold-version: 2.31.0

- uses: taiki-e/install-action@nextest

- name: Checkout Repository
Expand Down

0 comments on commit 1f6e974

Please sign in to comment.