Skip to content

Commit e5d7f38

Browse files
committed
mem
1 parent 7359948 commit e5d7f38

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -886,11 +886,13 @@ jobs:
886886
rustup override set nightly
887887
echo "ICU4X_NIGHTLY_TOOLCHAIN=nightly" >> $GITHUB_ENV
888888
echo "INSTALLED_NIGHTLY_VERSION=nightly" >> $GITHUB_ENV
889+
- name: echo
890+
run: echo "toolchain is $INSTALLED_NIGHTLY_VERSION"
889891
# Nightly is only needed for the `--profile bench` line. Once that is stabilized,
890892
# then this line is no longer needed.
891893
- uses: actions-rs/toolchain@v1
892894
with:
893-
toolchain: $INSTALLED_NIGHTLY_VERSION
895+
toolchain:
894896
override: true
895897

896898
- name: Run the example with dhat-rs to collect memory information

0 commit comments

Comments
 (0)