We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7359948 commit e5d7f38Copy full SHA for e5d7f38
.github/workflows/build-test.yml
@@ -886,11 +886,13 @@ jobs:
886
rustup override set nightly
887
echo "ICU4X_NIGHTLY_TOOLCHAIN=nightly" >> $GITHUB_ENV
888
echo "INSTALLED_NIGHTLY_VERSION=nightly" >> $GITHUB_ENV
889
+ - name: echo
890
+ run: echo "toolchain is $INSTALLED_NIGHTLY_VERSION"
891
# Nightly is only needed for the `--profile bench` line. Once that is stabilized,
892
# then this line is no longer needed.
893
- uses: actions-rs/toolchain@v1
894
with:
- toolchain: $INSTALLED_NIGHTLY_VERSION
895
+ toolchain:
896
override: true
897
898
- name: Run the example with dhat-rs to collect memory information
0 commit comments