Skip to content

Commit

Permalink
build: update vcpkg in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcseacave committed May 18, 2023
1 parent 2c82a66 commit af5c939
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@
"mounts": [
"source=/tmp/.X11-unix,target=/tmp/.X11-unix,type=bind,consistency=cached"
],
"features": {
"ghcr.io/devcontainers/features/sshd:1": {
"version": "latest"
}
},
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
"remoteUser": "openmvs"
}
2 changes: 1 addition & 1 deletion .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: lukka/run-vcpkg@v10
with:
vcpkgDirectory: '${{ github.workspace }}/vcpkg'
vcpkgGitCommitId: 'a7b6122f6b6504d16d96117336a0562693579933'
vcpkgGitCommitId: '7b30311f0a79d395bf2d933d82fec1853c6a4e77'

- name: Install Ubuntu dependencies
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit af5c939

Please sign in to comment.