Skip to content

Commit fca6843

Browse files
committed
fix actions environment variable
Signed-off-by: 迷渡 <justjavac@gmail.com>
1 parent 6e03e11 commit fca6843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
# that are needed during the build process. Additionally, this works
5555
# around a bug in the 'cache' action that causes directories outside of
5656
# the workspace dir to be saved/restored incorrectly.
57-
run: echo "::set-env name=CARGO_HOME::$(pwd)/.cargo_home"
57+
run: echo "CARGO_HOME=$(pwd)/.cargo_home" >> $GITHUB_ENV
5858

5959
- name: Cache
6060
uses: actions/cache@v2

0 commit comments

Comments
 (0)