build(action):Action中使用的Rust改为nightly版本。
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/alpha-release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/alpha-release.yml
									
									
									
									
										vendored
									
									
								
							| @@ -51,7 +51,7 @@ jobs: | ||||
|         with: | ||||
|           node-version: 16 | ||||
|       - name: install Rust stable | ||||
|         uses: dtolnay/rust-toolchain@stable | ||||
|         uses: dtolnay/rust-toolchain@nightly | ||||
|       - name: install dependencies (ubuntu only) | ||||
|         if: matrix.platform == 'ubuntu-20.04' | ||||
|         run: | | ||||
|   | ||||
		Reference in New Issue
	
	Block a user