Skip to content

Commit

Permalink
x86 Windows CI fix (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
DyXel authored Oct 24, 2023
1 parent d6c9cd0 commit 74636ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/x86-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ env:
VCPKG_TRIPLET: x86-windows-static
jobs:
x86-windows:
runs-on: windows-2022
runs-on: windows-2019
if: >-
!(
contains(github.event.head_commit.message, '[ci skip]') ||
Expand All @@ -24,7 +24,7 @@ jobs:
- name: Install dependencies
uses: lukka/run-vcpkg@v7
with:
vcpkgGitCommitId: dbd30811862212d24bf929db99361c7c12326783
vcpkgGitCommitId: 8eb57355a4ffb410a2e94c07b4dca2dffbee8e50
vcpkgTriplet: ${{ env.VCPKG_TRIPLET }}
vcpkgArguments: boost-asio boost-filesystem boost-date-time boost-interprocess boost-json fmt libgit2 liblzma openssl sqlite3
- name: Fix Boost.Filesystem library location
Expand Down

0 comments on commit 74636ce

Please sign in to comment.