mirror of https://github.com/AlexeyAB/darknet.git
upgrade vcpkg commit ref
This commit is contained in:
parent
c00dbbb9fa
commit
8cddef3466
|
@ -87,7 +87,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
vcpkgArguments: '@${{ env.vcpkgResponseFile }}'
|
vcpkgArguments: '@${{ env.vcpkgResponseFile }}'
|
||||||
vcpkgDirectory: '${{ github.workspace }}/vcpkg'
|
vcpkgDirectory: '${{ github.workspace }}/vcpkg'
|
||||||
vcpkgGitCommitId: '091e190117613ffc4917f83c6e13ca1095e9cb2f'
|
vcpkgGitCommitId: '8121b4ec3d6a11353daf7639ed9082a78e617a2e'
|
||||||
appendedCacheKey: ${{ hashFiles(env.vcpkgResponseFile) }}
|
appendedCacheKey: ${{ hashFiles(env.vcpkgResponseFile) }}
|
||||||
|
|
||||||
- name: 'Build with CMake and Ninja'
|
- name: 'Build with CMake and Ninja'
|
||||||
|
@ -259,7 +259,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
vcpkgArguments: '@${{ env.vcpkgResponseFile }}'
|
vcpkgArguments: '@${{ env.vcpkgResponseFile }}'
|
||||||
vcpkgDirectory: '${{ github.workspace }}/vcpkg'
|
vcpkgDirectory: '${{ github.workspace }}/vcpkg'
|
||||||
vcpkgGitCommitId: '091e190117613ffc4917f83c6e13ca1095e9cb2f'
|
vcpkgGitCommitId: '8121b4ec3d6a11353daf7639ed9082a78e617a2e'
|
||||||
appendedCacheKey: ${{ hashFiles(env.vcpkgResponseFile) }}
|
appendedCacheKey: ${{ hashFiles(env.vcpkgResponseFile) }}
|
||||||
|
|
||||||
- name: 'Build with CMake and Ninja'
|
- name: 'Build with CMake and Ninja'
|
||||||
|
@ -363,7 +363,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
vcpkgArguments: '@${{ env.vcpkgResponseFile }}'
|
vcpkgArguments: '@${{ env.vcpkgResponseFile }}'
|
||||||
vcpkgDirectory: '${{ github.workspace }}/vcpkg'
|
vcpkgDirectory: '${{ github.workspace }}/vcpkg'
|
||||||
vcpkgGitCommitId: '091e190117613ffc4917f83c6e13ca1095e9cb2f'
|
vcpkgGitCommitId: '8121b4ec3d6a11353daf7639ed9082a78e617a2e'
|
||||||
appendedCacheKey: ${{ hashFiles(env.vcpkgResponseFile) }}
|
appendedCacheKey: ${{ hashFiles(env.vcpkgResponseFile) }}
|
||||||
|
|
||||||
- name: 'Build with CMake and Ninja'
|
- name: 'Build with CMake and Ninja'
|
||||||
|
@ -424,7 +424,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
vcpkgArguments: '@${{ env.vcpkgResponseFile }}'
|
vcpkgArguments: '@${{ env.vcpkgResponseFile }}'
|
||||||
vcpkgDirectory: '${{ github.workspace }}/vcpkg'
|
vcpkgDirectory: '${{ github.workspace }}/vcpkg'
|
||||||
vcpkgGitCommitId: '091e190117613ffc4917f83c6e13ca1095e9cb2f'
|
vcpkgGitCommitId: '8121b4ec3d6a11353daf7639ed9082a78e617a2e'
|
||||||
appendedCacheKey: ${{ hashFiles(env.vcpkgResponseFile) }}
|
appendedCacheKey: ${{ hashFiles(env.vcpkgResponseFile) }}
|
||||||
|
|
||||||
- name: 'Build with CMake and Ninja'
|
- name: 'Build with CMake and Ninja'
|
||||||
|
|
Loading…
Reference in New Issue