aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2022-08-19 03:17:33 -0700
committerGitHub <[email protected]>2022-08-19 03:17:33 -0700
commit9097a1de94ccf431b96f461b2f5d95ab0ccffee6 (patch)
tree05dedea89df2e45e3f765477f84af613998b6b0e /.github/workflows
parentMerge pull request #143 from EpicGames/remote_configs (diff)
downloadzen-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.yml6
-rw-r--r--.github/workflows/validate.yml6
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