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

Commit

Permalink
Reapply "Bump run-vcpkg to 11.4"
Browse files Browse the repository at this point in the history
  • Loading branch information
Shatur committed Jan 3, 2024
1 parent 991f30c commit 419bbe2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ jobs:
sudo apt-get install extra-cmake-modules libqt5x11extras5-dev qttools5-dev qtmultimedia5-dev libkf5wayland-dev libtesseract-dev ninja-build
- name: Install vcpkg
uses: lukka/run-vcpkg@v10.7
uses: lukka/run-vcpkg@v11.4
if: runner.os == 'Windows'
with:
vcpkgGitCommitId: a42af01b72c28a8e1d7b48107b33e4f286a55ef6
vcpkgJsonGlob: vcpkg.json

- name: Setup MSVC
if: runner.os == 'Windows'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ jobs:
echo "${{ github.workspace }}/icoutils-$version-x86_64/bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
- name: Install vcpkg
uses: lukka/run-vcpkg@v10.7
uses: lukka/run-vcpkg@v11.4
if: runner.os == 'Windows'
with:
vcpkgGitCommitId: a42af01b72c28a8e1d7b48107b33e4f286a55ef6
vcpkgJsonGlob: vcpkg.json

- name: Setup MSVC
if: runner.os == 'Windows'
Expand Down
1 change: 1 addition & 0 deletions vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "crow-translate",
"version-string": "latest",
"builtin-baseline": "a42af01b72c28a8e1d7b48107b33e4f286a55ef6",
"dependencies": [
{
"name": "tesseract"
Expand Down

0 comments on commit 419bbe2

Please sign in to comment.