diff --git a/.github/workflows/flytectl-install.yml b/.github/workflows/flytectl-install.yml index 69dee616b8..01864b3ecb 100644 --- a/.github/workflows/flytectl-install.yml +++ b/.github/workflows/flytectl-install.yml @@ -33,4 +33,7 @@ jobs: chmod +x ./flytectl/install.sh ./flytectl/install.sh ${{ matrix.version }} ./bin/flytectl version + retry: + max-tries: 3 + delay: 5