Skip to content

Commit bccefb6

Browse files
committed
fix: try being explicit about rust components mise installs
1 parent 39337c2 commit bccefb6

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

.github/workflows/test-eql.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,9 @@ jobs:
4141
steps:
4242
- uses: actions/checkout@v4
4343

44-
- uses: actions-rust-lang/setup-rust-toolchain@v1
45-
with:
46-
toolchain: stable
47-
components: rustfmt
48-
cache: true
49-
cache-all-crates: true
50-
rust-src-dir: tests/sqlx/
51-
5244
- uses: jdx/mise-action@v2
5345
with:
54-
version: 2025.1.6 # [default: latest] mise version to install
46+
version: 2025.11.2 # [default: latest] mise version to install
5547
install: true # [default: true] run `mise install`
5648
cache: true # [default: true] cache mise using GitHub's cache
5749

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# ]
99

1010
[tools]
11-
rust = "latest"
11+
"rust" = { version = "latest", profile = "default" }
1212
"cargo:cargo-binstall" = "latest"
1313
"cargo:sqlx-cli" = "latest"
1414

0 commit comments

Comments
 (0)