File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -875,7 +875,7 @@ jobs:
875
875
876
876
# Only run the memory benchmark if the main build succeeded. The memory benchmark does not
877
877
# rely on any of the build artifacts.
878
- needs : [check]
878
+ # needs: [check]
879
879
880
880
steps :
881
881
- uses : actions/checkout@v2
@@ -886,11 +886,13 @@ jobs:
886
886
rustup override set nightly
887
887
echo "ICU4X_NIGHTLY_TOOLCHAIN=nightly" >> $GITHUB_ENV
888
888
echo "INSTALLED_NIGHTLY_VERSION=nightly" >> $GITHUB_ENV
889
+ - name : echo
890
+ run : echo "toolchain is $INSTALLED_NIGHTLY_VERSION"
889
891
# Nightly is only needed for the `--profile bench` line. Once that is stabilized,
890
892
# then this line is no longer needed.
891
893
- uses : actions-rs/toolchain@v1
892
894
with :
893
- toolchain : $INSTALLED_NIGHTLY_VERSION
895
+ toolchain : ${{ env. INSTALLED_NIGHTLY_VERSION }}
894
896
override : true
895
897
896
898
- name : Run the example with dhat-rs to collect memory information
You can’t perform that action at this time.
0 commit comments