diff --git a/.github/workflows/smoke.yml b/.github/workflows/smoke.yml index 141c76d..3868b4d 100644 --- a/.github/workflows/smoke.yml +++ b/.github/workflows/smoke.yml @@ -20,10 +20,14 @@ jobs: uses: actions/checkout@v4 - name: Setup Neovim - uses: rhysd/action-setup-vim@v1 + uses: Wandalen/wretry.action@v3 with: - neovim: true - version: ${{ matrix.neovim }} + action: rhysd/action-setup-vim@v1 + with: | + neovim: true + version: ${{ matrix.neovim }} + attempt_limit: 3 + attempt_delay: 15000 - name: Install picker dependency run: |