fix(ci): install gcloud in build-deps step to avoid apt timeout at publish #50
Reference in New Issue
Block a user
Delete Branch "fix/ci-gcloud-install-order"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The publish step was installing gcloud via apt-get which timed out (40s) when archive.ubuntu.com was slow. Step 1 installs gcc + libcurl fine, so move gcloud install there where apt cache is fresh. The publish step now only needs gcloud auth + upload.