Skip to content
Open
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
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
VCPKG_ROOT: ${{ github.workspace }}/vcpkg
VCPKG_INSTALLED_DIR: ${{ github.workspace }}/vcpkg/installed
VCPKG_BINARY_SOURCES: clear;default,readwrite
VCPKG_GIT_COMMIT_ID: 75672db6bd812b060482b0f00b5a16b18a0c0f07
VCPKG_GIT_COMMIT_ID: 44819aa2a6c10e56065e2b0330e7d6c89d1d2574
steps:
- name: Checkout OpenVPN
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
env:
VCPKG_ROOT: ${{ github.workspace }}/vcpkg
VCPKG_BINARY_SOURCES: clear;default,readwrite
VCPKG_GIT_COMMIT_ID: 75672db6bd812b060482b0f00b5a16b18a0c0f07
VCPKG_GIT_COMMIT_ID: 44819aa2a6c10e56065e2b0330e7d6c89d1d2574
steps:
- name: Install dependencies
run: sudo apt update && sudo apt install -y mingw-w64 unzip build-essential wget python3-docutils man2html-base
Expand Down Expand Up @@ -283,7 +283,7 @@ jobs:
env:
BUILD_CONFIGURATION: Release
VCPKG_BINARY_SOURCES: clear;default,readwrite
VCPKG_GIT_COMMIT_ID: 75672db6bd812b060482b0f00b5a16b18a0c0f07
VCPKG_GIT_COMMIT_ID: 44819aa2a6c10e56065e2b0330e7d6c89d1d2574

runs-on: windows-2025-vs2026
steps:
Expand Down
Loading