Skip to content

Commit

Permalink
ok?
Browse files Browse the repository at this point in the history
  • Loading branch information
tgolsson committed Oct 27, 2023
1 parent 3f8cce6 commit 317bdb0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
pants-version: ["2.18.0rc3", "2.19.0.dev.0"]
pants-version: ["2.18.0rc3"]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:

strategy:
matrix:
pants-version: ["2.18.0rc3", "2.19.0.dev.0"]
pants-version: ["2.18.0rc3"]

steps:
- uses: actions/checkout@v3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ async def generate_cargo_generated_target(
),
Get(
RustToolchain,
RustToolchainRequest(rustup.rust_version, platform_to_target(platform), ()),
RustToolchainRequest(
rustup.rust_version, platform_to_target(platform), ("cargo", "rustfmt")
),
),
)

Expand Down

0 comments on commit 317bdb0

Please sign in to comment.