Skip to content

Commit 4e2fb4c

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-eql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
echo '# cached toolchains'
7474
echo '###################################'
7575
echo
76-
/home/runner/.rustup/toolchains/*/bin
76+
ls /home/runner/.rustup/toolchains/*/bin
7777
7878
for toolchain in $(rustup toolchain list --quiet); do
7979
echo

0 commit comments

Comments
 (0)