Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fix] Build of docker and linux #440

Merged
merged 2 commits into from
Jul 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/analysis-codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
if: ${{ matrix.language == 'cpp' }}
uses: lukka/run-vcpkg@v10
with:
vcpkgGitCommitId: 8d41d43e1f7f5933622b02e16430312da649361e
vcpkgGitCommitId: 8b62d95a81afcb9efe74bebeb62f04c1e0e2a003

- name: Get latest CMake and ninja
if: ${{ matrix.language == 'cpp' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/analysis-sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Restore artifacts, or setup vcpkg (do not install any package)
uses: lukka/run-vcpkg@v10
with:
vcpkgGitCommitId: 8d41d43e1f7f5933622b02e16430312da649361e
vcpkgGitCommitId: 8b62d95a81afcb9efe74bebeb62f04c1e0e2a003

- name: Set up JDK 11
uses: actions/setup-java@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Restore artifacts and install vcpkg
uses: lukka/run-vcpkg@v10
with:
vcpkgGitCommitId: 8d41d43e1f7f5933622b02e16430312da649361e
vcpkgGitCommitId: 8b62d95a81afcb9efe74bebeb62f04c1e0e2a003

- name: Get latest CMake and ninja
uses: lukka/get-cmake@latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Restore artifacts and install vcpkg
uses: lukka/run-vcpkg@v10
with:
vcpkgGitCommitId: 8d41d43e1f7f5933622b02e16430312da649361e
vcpkgGitCommitId: 8b62d95a81afcb9efe74bebeb62f04c1e0e2a003

- name: Get latest CMake and ninja
uses: lukka/get-cmake@latest
Expand Down
Loading