File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ const submoduleStep = (submodule: string) => ({
81
81
} ) ;
82
82
83
83
const installRustStep = {
84
- uses : "dtolnay /rust-toolchain@stable " ,
84
+ uses : "dsherret /rust-toolchain-file@v1 " ,
85
85
} ;
86
86
const installPythonSteps = [ {
87
87
name : "Install Python" ,
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101
101
mkdir -p target/release
102
102
tar --exclude=".git*" --exclude=target --exclude=third_party/prebuilt \
103
103
-czvf target/release/deno_src.tar.gz -C .. deno
104
- - uses : dtolnay /rust-toolchain@stable
104
+ - uses : dsherret /rust-toolchain-file@v1
105
105
if : ' !(github.event_name == '' pull_request'' && matrix.skip_pr) && (steps.exit_early.outputs.EXIT_EARLY != '' true'' )'
106
106
- if : ' !(github.event_name == '' pull_request'' && matrix.skip_pr) && (steps.exit_early.outputs.EXIT_EARLY != '' true'' && (matrix.job == '' lint'' || matrix.job == '' test'' ))'
107
107
name : Install Deno
You can’t perform that action at this time.
0 commit comments