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 6e03e11 commit fca6843Copy full SHA for fca6843
.github/workflows/ci.yml
@@ -54,7 +54,7 @@ jobs:
54
# that are needed during the build process. Additionally, this works
55
# around a bug in the 'cache' action that causes directories outside of
56
# the workspace dir to be saved/restored incorrectly.
57
- run: echo "::set-env name=CARGO_HOME::$(pwd)/.cargo_home"
+ run: echo "CARGO_HOME=$(pwd)/.cargo_home" >> $GITHUB_ENV
58
59
- name: Cache
60
uses: actions/cache@v2
0 commit comments