Skip to content
This repository was archived by the owner on Jul 4, 2024. It is now read-only.

Commit cb37b66

Browse files
committed
Bump run-vcpkg to 11.4
1 parent ccf6874 commit cb37b66

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,8 @@ jobs:
6969
sudo apt-get install qtmultimedia5-dev ninja-build
7070
7171
- name: Install vcpkg packages
72-
uses: lukka/run-vcpkg@v10.7
72+
uses: lukka/run-vcpkg@v11.4
7373
if: runner.os == 'Windows'
74-
with:
75-
vcpkgGitCommitId: a42af01b72c28a8e1d7b48107b33e4f286a55ef6
7674

7775
- name: Setup MSVC
7876
if: runner.os == 'Windows'

vcpkg.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "qonlinetranslator",
33
"version-string": "latest",
4+
"builtin-baseline": "a42af01b72c28a8e1d7b48107b33e4f286a55ef6",
45
"dependencies": [
56
"qt5-multimedia"
67
]

0 commit comments

Comments
 (0)