diff options
| author | Dan Engelbrecht <[email protected]> | 2022-08-19 03:17:33 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-08-19 03:17:33 -0700 |
| commit | 9097a1de94ccf431b96f461b2f5d95ab0ccffee6 (patch) | |
| tree | 05dedea89df2e45e3f765477f84af613998b6b0e /.github/workflows | |
| parent | Merge pull request #143 from EpicGames/remote_configs (diff) | |
| download | zen-9097a1de94ccf431b96f461b2f5d95ab0ccffee6.tar.xz zen-9097a1de94ccf431b96f461b2f5d95ab0ccffee6.zip | |
bump vcpkg version to 2022.08.15 (#146)
Diffstat (limited to '.github/workflows')
| -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 |