We've only seen this happen once as far as I know, so I'm not sure the conditions that cause it. 1Password/install-cli-action can [randomly fail](https://github.com/Expensify/App/actions/runs/13574944921/job/37948826159) with: ``` Installing 1Password CLI version: v curl: (22) The requested URL returned error: 404 ``` Maybe just a random network error causes this to fail: https://github.com/1Password/install-cli-action/blob/main/install-cli.sh#L18 Perhaps wrap it with a retry with exponential backoff?
We've only seen this happen once as far as I know, so I'm not sure the conditions that cause it. 1Password/install-cli-action can randomly fail with:
Maybe just a random network error causes this to fail: https://github.com/1Password/install-cli-action/blob/main/install-cli.sh#L18
Perhaps wrap it with a retry with exponential backoff?