diff options
| author | Dan Engelbrecht <[email protected]> | 2023-08-11 16:39:45 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-08-11 16:39:45 +0200 |
| commit | bf4738df5cad0eaa61f4e24b8db7611e378f9f80 (patch) | |
| tree | 6f0ada74fc5c49b71b64f7731c0681ef544bea65 /.github/workflows/validate.yml | |
| parent | 0.2.16-pre0 (diff) | |
| download | zen-bf4738df5cad0eaa61f4e24b8db7611e378f9f80.tar.xz zen-bf4738df5cad0eaa61f4e24b8db7611e378f9f80.zip | |
update vcpkg dependencies (#356)
* bump vcpkg version
* fmt lib 10 fixes
* xmake dependencies (with linux workarounds)
* changelog
Diffstat (limited to '.github/workflows/validate.yml')
| -rw-r--r-- | .github/workflows/validate.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index e0a8b6a8f..435467822 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -53,7 +53,7 @@ jobs: arch: - 'x64' env: - VCPKG_VERSION: 2023.04.15 + VCPKG_VERSION: 2023.07.21 steps: - name: Checkout @@ -62,7 +62,7 @@ jobs: - name: Setup xmake uses: xmake-io/github-action-setup-xmake@v1 with: - xmake-version: 2.7.9 + xmake-version: branch@dev - name: Installing vcpkg run: | # Remove-Item -Recurse .vcpkg @@ -119,7 +119,7 @@ jobs: arch: - 'x86_64' env: - VCPKG_VERSION: 2023.04.15 + VCPKG_VERSION: 2023.07.21 steps: - name: Checkout @@ -134,7 +134,7 @@ jobs: - name: Setup xmake uses: xmake-io/github-action-setup-xmake@v1 with: - xmake-version: 2.7.9 + xmake-version: branch@dev - name: Installing vcpkg run: | # rm -rf .vcpkg @@ -190,7 +190,7 @@ jobs: arch: - 'x86_64' env: - VCPKG_VERSION: 2023.04.15 + VCPKG_VERSION: 2023.07.21 steps: - name: Checkout @@ -199,7 +199,7 @@ jobs: - name: Setup xmake uses: xmake-io/github-action-setup-xmake@v1 with: - xmake-version: 2.7.9 + xmake-version: branch@dev - name: Installing vcpkg run: | # rm -rf .vcpkg |