Skip to content

Commit 0d45fc6

Browse files
committed
build: try and show more info about the rust config
1 parent c67263f commit 0d45fc6

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/test-eql.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,13 @@ jobs:
7878
echo
7979
rustup component list --installed
8080
81+
echo '###################################'
82+
echo '# rust'
83+
echo '###################################'
84+
echo
85+
rustup show
86+
which rustc
87+
which rustfmt
88+
8189
# rustup component add --toolchain 1.91.0-x86_64-unknown-linux-gnu rustfmt
8290
mise run --output prefix test --postgres ${POSTGRES_VERSION}

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" = { version = "1.91.0", components = "rustc,rust-std,cargo,rustfmt,rust-docs,clippy" }
11+
"rust" = { version = "latest", components = "rustc,rust-std,cargo,rustfmt,rust-docs,clippy" }
1212
"cargo:cargo-binstall" = "latest"
1313
"cargo:sqlx-cli" = "latest"
1414

0 commit comments

Comments
 (0)