mirror of
				https://github.com/bensuperpc/dockcross.git
				synced 2025-10-31 16:16:23 +01:00 
			
		
		
		
	ci: Remove invalid "required" keyword associated with actions/download-artifact
This commit fixes the following error introduced by adb85d69c (ci: Make
cache download optional):
  Unexpected input(s) 'required', valid inputs are ['name', 'path']
			
			
This commit is contained in:
		
							
								
								
									
										1
									
								
								.github/workflows/main.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/main.yml
									
									
									
									
										vendored
									
									
								
							| @@ -891,7 +891,6 @@ jobs: | ||||
|         with: | ||||
|           name: cache | ||||
|           path: ./cache | ||||
|           required: false | ||||
|  | ||||
|       - name: load base | ||||
|         run: xz -d -k < ./cache/base.tar.xz | docker load | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jean-Christophe Fillion-Robin
					Jean-Christophe Fillion-Robin