aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/create_release.yml
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/create_release.yml
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/create_release.yml')
-rw-r--r--.github/workflows/create_release.yml6
1 files changed, 3 insertions, 3 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