diff options
| -rw-r--r-- | .github/workflows/create_release.yml | 6 | ||||
| -rw-r--r-- | .github/workflows/validate.yml | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index 5aba8ac05..64110dcb8 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -10,7 +10,7 @@ jobs: runs-on: [self-hosted, windows, x64] timeout-minutes: 15 env: - VCPKG_VERSION: 2022.03.10 + VCPKG_VERSION: 2022.08.15 steps: - uses: actions/checkout@v2 @@ -51,7 +51,7 @@ jobs: runs-on: [self-hosted, linux, x64] timeout-minutes: 15 env: - VCPKG_VERSION: 2022.03.10 + VCPKG_VERSION: 2022.08.15 steps: - uses: actions/checkout@v2 @@ -97,7 +97,7 @@ jobs: # runs-on: [self-hosted, macos, x64] # timeout-minutes: 15 # env: -# VCPKG_VERSION: 2022.03.10 +# VCPKG_VERSION: 2022.08.15 # # steps: # - uses: actions/checkout@v2 diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 30717bd3d..1a724edfd 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -53,7 +53,7 @@ jobs: arch: - 'x64' env: - VCPKG_VERSION: 2022.03.10 + VCPKG_VERSION: 2022.08.15 steps: - name: Checkout @@ -118,7 +118,7 @@ jobs: arch: - 'x86_64' env: - VCPKG_VERSION: 2022.03.10 + VCPKG_VERSION: 2022.08.15 steps: - name: Checkout @@ -188,7 +188,7 @@ jobs: # arch: # - 'x86_64' # env: -# VCPKG_VERSION: 2022.03.10 +# VCPKG_VERSION: 2022.08.15 # # steps: # - name: Checkout |