mirror of
				https://github.com/intel/intel-graphics-compiler.git
				synced 2025-10-30 08:18:26 +08:00 
			
		
		
		
	Fix GH Action - checkout SPIRV-Tools and SPIRV-Header to specific tag
Fix GH Action - checkout SPIRV-Tools and SPIRV-Header to specific tag
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/build-IGC.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/build-IGC.yml
									
									
									
									
										vendored
									
									
								
							| @ -176,13 +176,13 @@ jobs: | ||||
|         uses: actions/checkout@v3 | ||||
|         with: | ||||
|           repository: KhronosGroup/SPIRV-Headers | ||||
|           ref: main | ||||
|           ref: sdk-1.3.204.1 | ||||
|           path: workspace/SPIRV-Headers | ||||
|       - name:  Checkout the SPIRV-Headers | ||||
|         uses: actions/checkout@v3 | ||||
|         with: | ||||
|           repository: KhronosGroup/SPIRV-Tools | ||||
|           ref: main | ||||
|           ref: sdk-1.3.204.1 | ||||
|           path: workspace/SPIRV-Tools | ||||
|       - name: get short hash | ||||
|         id: igc-current-short-Hash | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Marcin Naczk
					Marcin Naczk