aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/validate.yml
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2023-11-07 10:12:58 +0100
committerGitHub <[email protected]>2023-11-07 10:12:58 +0100
commit5db1993bd4b3526ad2953b80f5bd0b796233c703 (patch)
tree106f2f7b835aa4f3b0fbc1e9432f6b54972a894f /.github/workflows/validate.yml
parentspdlog implementation hiding (#498) (diff)
downloadzen-5db1993bd4b3526ad2953b80f5bd0b796233c703.tar.xz
zen-5db1993bd4b3526ad2953b80f5bd0b796233c703.zip
bump xmake CI version to 2.8.2 (#514)
* bump xmake CI version to 2.8.2 * show test times in log
Diffstat (limited to '.github/workflows/validate.yml')
-rw-r--r--.github/workflows/validate.yml15
1 files changed, 6 insertions, 9 deletions
diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml
index 9b455c335..0960882d6 100644
--- a/.github/workflows/validate.yml
+++ b/.github/workflows/validate.yml
@@ -1,4 +1,7 @@
name: Validate
+env:
+ VCPKG_VERSION: 2023.07.21
+ XMAKE_VERSION: 2.8.2 # 2.8.3 breaks fetching of asio package on MacOS ARM
on:
pull_request:
@@ -52,8 +55,6 @@ jobs:
- 'release'
arch:
- 'x64'
- env:
- VCPKG_VERSION: 2023.07.21
steps:
- name: Checkout
@@ -62,7 +63,7 @@ jobs:
- name: Setup xmake
uses: xmake-io/github-action-setup-xmake@v1
with:
- xmake-version: 2.8.1
+ xmake-version: ${{env.XMAKE_VERSION}}
- name: Installing vcpkg
run: | # Remove-Item -Recurse .vcpkg
@@ -118,8 +119,6 @@ jobs:
- 'release'
arch:
- 'x86_64'
- env:
- VCPKG_VERSION: 2023.07.21
steps:
- name: Checkout
@@ -133,7 +132,7 @@ jobs:
- name: Setup xmake
uses: xmake-io/github-action-setup-xmake@v1
with:
- xmake-version: branch@dev # We need a fix for versioning sentry-native which is not available as of 2.8.1
+ xmake-version: ${{env.XMAKE_VERSION}}
- name: Installing vcpkg
run: | # rm -rf .vcpkg
@@ -188,8 +187,6 @@ jobs:
- 'release'
arch:
- 'x86_64'
- env:
- VCPKG_VERSION: 2023.07.21
steps:
- name: Checkout
@@ -198,7 +195,7 @@ jobs:
- name: Setup xmake
uses: xmake-io/github-action-setup-xmake@v1
with:
- xmake-version: 2.8.1
+ xmake-version: ${{env.XMAKE_VERSION}}
- name: Installing vcpkg
run: | # rm -rf .vcpkg