Skip to content

Commit

Permalink
[FIX] Windows CI (#1568)
Browse files Browse the repository at this point in the history
* fix: undef before

* chore: bump rust packages

* chore: update vcpkg
  • Loading branch information
prateekmedia authored Sep 12, 2023
1 parent af6308b commit 280939d
Show file tree
Hide file tree
Showing 4 changed files with 229 additions and 182 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
id: vcpkg
uses: friendlyanon/setup-vcpkg@v1
with:
committish: "2023.06.20"
cache-version: "2"
committish: "2023.08.09"
cache-version: "3"
ignore-reserve-cache-error: true
- name: Install dependencies
run: cd vcpkg && vcpkg integrate install && vcpkg install leptonica tesseract ffmpeg --triplet x64-windows-static
Expand Down Expand Up @@ -76,8 +76,8 @@ jobs:
id: vcpkg
uses: friendlyanon/setup-vcpkg@v1
with:
committish: "2023.06.20"
cache-version: "2"
committish: "2023.08.09"
cache-version: "3"
ignore-reserve-cache-error: true
- name: Install dependencies
run: cd vcpkg && vcpkg integrate install && vcpkg install leptonica tesseract ffmpeg --triplet x64-windows-static
Expand Down
1 change: 1 addition & 0 deletions src/lib_ccx/ccx_common_platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#define STDOUT_FILENO 1
#define STDERR_FILENO 2
#include "inttypes.h"
#undef UINT64_MAX
#define UINT64_MAX _UI64_MAX
typedef int socklen_t;
typedef int ssize_t;
Expand Down
Loading

0 comments on commit 280939d

Please sign in to comment.