We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29b0422 commit ecd0ca1Copy full SHA for ecd0ca1
.github/workflows/continuous_integration.yml
@@ -42,7 +42,7 @@ jobs:
42
uses: lukka/run-vcpkg@v11
43
with:
44
vcpkgDirectory: '${{ github.workspace }}/vcpkg'
45
- vcpkgGitCommitId: 'b322364f06308bdd24823f9d8f03fe0cc86fd46f'
+ vcpkgGitCommitId: '6f29f12e82a8293156836ad81cc9bf5af41fe836'
46
47
- name: Install Ubuntu dependencies
48
if: matrix.os == 'ubuntu-latest'
@@ -79,7 +79,7 @@ jobs:
79
80
- name: Deploy Windows release
81
if: matrix.os == 'windows-latest'
82
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
83
84
name: OpenMVS_Windows_Release_x64
85
path: |
0 commit comments