diff options
| author | Stefan Boberg <[email protected]> | 2025-10-26 18:41:27 +0100 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2025-10-26 18:41:27 +0100 |
| commit | fb663f54a0fa12cb3f42840ec2540d0216a5a209 (patch) | |
| tree | d141cf63f7072905b80b7020d6765fec55e74d0d /.github/workflows | |
| parent | clang-format (diff) | |
| download | zen-fb663f54a0fa12cb3f42840ec2540d0216a5a209.tar.xz zen-fb663f54a0fa12cb3f42840ec2540d0216a5a209.zip | |
point xmake at github workspace for global state
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/create_release.yml | 1 | ||||
| -rw-r--r-- | .github/workflows/validate.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index 77a26e29d..855d65520 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -3,6 +3,7 @@ env: VCPKG_VERSION: 2024.06.15 # This version must be the same across .yml github workflows and if it is bumped the README.md must be updated to reflect this XMAKE_VERSION: 2.9.9 WINDOWS_SDK_VERSION: 22621 + XMAKE_GLOBAL_DIR: ${{ github.workspace }}/.xmake_global on: push: diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 287b7e7f5..32efdb2c0 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -3,6 +3,7 @@ env: VCPKG_VERSION: 2024.06.15 # This version must be the same across .yml github workflows and if it is bumped the README.md must be updated to reflect this XMAKE_VERSION: 2.9.9 WINDOWS_SDK_VERSION: 22621 + XMAKE_GLOBAL_DIR: ${{ github.workspace }}/.xmake_global on: pull_request: |