diff options
-rw-r--r-- | .github/workflows/release.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c74f499804..b19019d06d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,8 +23,6 @@ jobs: version: ${{ steps.build.outputs.version }} steps: - uses: actions/checkout@v4 - with: - fetch-depth: 0 - run: ./.github/scripts/install_deps.sh - if: github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && github.event.inputs.tag_name != 'nightly') run: | @@ -62,8 +60,6 @@ jobs: runs-on: macos-11 steps: - uses: actions/checkout@v4 - with: - fetch-depth: 0 - name: Install dependencies run: ./.github/scripts/install_deps.sh - if: github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && github.event.inputs.tag_name != 'nightly') @@ -83,8 +79,6 @@ jobs: name: windows (MSVC_64) steps: - uses: actions/checkout@v4 - with: - fetch-depth: 0 - run: .github/scripts/env.ps1 - name: Build deps run: | |