diff options
| author | ruki <[email protected]> | 2026-03-20 00:50:42 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-03-20 00:50:42 +0800 |
| commit | 82fdf6f3161f27993d04ca05c37555e4730fda62 (patch) | |
| tree | ac3be9cdbe6cfb137149a0442f9bff7a66b9a87d /.github | |
| parent | 930be83656eb0e6dc968f672e889d43aaa166550 (diff) | |
fix configure
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/macos.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 57feb362f..0d4b9a96c 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -25,6 +25,7 @@ jobs: # WyriHaximus/github-action-get-previous-tag@master need it fetch-depth: 0 submodules: true + - name: Prepare local xmake run: cp -rf . ../xmake-source - uses: xmake-io/github-action-setup-xmake@v1 |
