parent
							
								
									5e6286a493
								
							
						
					
					
						commit
						2755b09e7b
					
				
							
								
								
									
										6
									
								
								.github/workflows/cont_integration.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/cont_integration.yml
									
									
									
									
										vendored
									
									
								
							| @ -10,7 +10,7 @@ jobs: | |||||||
|     strategy: |     strategy: | ||||||
|       matrix: |       matrix: | ||||||
|         rust: |         rust: | ||||||
|           - 1.51.0 # STABLE |           - 1.53.0 # STABLE | ||||||
|           - 1.46.0 # MSRV |           - 1.46.0 # MSRV | ||||||
|         features: |         features: | ||||||
|           - default |           - default | ||||||
| @ -114,7 +114,7 @@ jobs: | |||||||
|       - name: Install rustup |       - name: Install rustup | ||||||
|         run: curl https://sh.rustup.rs -sSf | sh -s -- -y |         run: curl https://sh.rustup.rs -sSf | sh -s -- -y | ||||||
|       - name: Set default toolchain |       - name: Set default toolchain | ||||||
|         run: $HOME/.cargo/bin/rustup default 1.51.0 # STABLE |         run: $HOME/.cargo/bin/rustup default 1.53.0 # STABLE | ||||||
|       - name: Set profile |       - name: Set profile | ||||||
|         run: $HOME/.cargo/bin/rustup set profile minimal |         run: $HOME/.cargo/bin/rustup set profile minimal | ||||||
|       - name: Update toolchain |       - name: Update toolchain | ||||||
| @ -149,7 +149,7 @@ jobs: | |||||||
|       - run: sudo apt-get update || exit 1 |       - run: sudo apt-get update || exit 1 | ||||||
|       - run: sudo apt-get install -y libclang-common-10-dev clang-10 libc6-dev-i386 || exit 1 |       - run: sudo apt-get install -y libclang-common-10-dev clang-10 libc6-dev-i386 || exit 1 | ||||||
|       - name: Set default toolchain |       - name: Set default toolchain | ||||||
|         run: rustup default 1.51.0 # STABLE |         run: rustup default 1.53.0 # STABLE | ||||||
|       - name: Set profile |       - name: Set profile | ||||||
|         run: rustup set profile minimal |         run: rustup set profile minimal | ||||||
|       - name: Add target wasm32 |       - name: Add target wasm32 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user