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:
Marcin Naczk
2023-01-31 08:42:49 +00:00
committed by igcbot
parent efc2c4a609
commit 89c696acf0

View File

@ -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