Skip to content

Commit 2c06642

Browse files
committed
build: list the cached toolchains
1 parent 9284677 commit 2c06642

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test-eql.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,13 @@ jobs:
6868
echo
6969
rustup toolchain list --verbose
7070
71+
echo
72+
echo '###################################'
73+
echo '# cached toolchains'
74+
echo '###################################'
75+
echo
76+
/home/runner/.rustup/toolchains/*/bin
77+
7178
for toolchain in $(rustup toolchain list --quiet); do
7279
echo
7380
echo '###################################'

0 commit comments

Comments
 (0)