Skip to content

Commit f3f9e6b

Browse files
committed
build: print more about the rust environment
1 parent 84a878c commit f3f9e6b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/test-eql.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ jobs:
6464
echo '# toolchains'
6565
echo '###################################'
6666
echo
67-
rustup toolchain list
67+
rustup toolchain list --verbose
68+
ls -lah $RUSTUP_HOME/toolchains/
6869
6970
echo '###################################'
7071
echo '# targets'

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.90.0", components = "rustc,rust-std,cargo,rustfmt,rust-docs,clippy" }
11+
"rust" = { version = "1.89.0", 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)