File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -152,24 +152,24 @@ jobs:
152152 timeout-minutes : 60
153153 runs-on : windows-2019
154154 env :
155- vcpkg_version : ${{ needs.config.outputs.vcpkg_version }}
155+ vs19_vcpkg_version : ${{ needs.config.outputs.vs19_vcpkg_version }}
156156 steps :
157157 - name : Checkout
158158 uses : actions/checkout@v4
159159 with :
160160 submodules : true
161161
162- - name : Checkout Vcpkg ${{env.vcpkg_version }}
162+ - name : Checkout Vcpkg ${{env.vs19_vcpkg_version }}
163163 working-directory : C:\vcpkg
164164 run : |
165165 git fetch
166- git checkout ${{env.vcpkg_version }}
166+ git checkout ${{env.vs19_vcpkg_version }}
167167
168168 - name : Restore Vcpkg Cache
169169 uses : actions/cache@v4
170170 id : vcpkg-cache
171171 with :
172- key : vcpkg-cache-${{env.vcpkg_version }}
172+ key : vcpkg-cache-${{env.vs19_vcpkg_version }}
173173 path : |
174174 C:\vcpkg\*
175175
You can’t perform that action at this time.
0 commit comments