neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 5acd8501177eded74d94ab8f307a18ae0a4d334d
parent c422722b2e94b94d7f9374dbae12f17580cd1d41
Author: dundargoc <gocdundar@gmail.com>
Date:   Sat,  9 Sep 2023 13:31:47 +0200

ci(release): remove unnecessary full clone

Diffstat:
M.github/workflows/release.yml | 6------
1 file changed, 0 insertions(+), 6 deletions(-)

diff --git 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: |