diff options
| -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 |
