diff options
| author | ruki <[email protected]> | 2022-01-26 07:15:38 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-01-26 07:15:38 +0800 |
| commit | 2824e7da1ad5dfef6517739faed7d3d4a5f05e90 (patch) | |
| tree | a700c78190c61440279485678d43dc12c3ed324d | |
| parent | 7d41ecf4d155ac52f1f26a13f99bf57ba8c328d9 (diff) | |
Update macos.yml
| -rw-r--r-- | .github/workflows/macos.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 4d76e2e4e..c49ea2d11 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -17,6 +17,8 @@ jobs: steps: - uses: actions/checkout@v2 with: + # WyriHaximus/github-action-get-previous-tag@master need it + fetch-depth: 0 submodules: true - name: Prepare local xmake run: cp -rf . ../xmake-source |
