k-jun
k-jun
@Kangie I faced the same situation and deleting VSCode including Application Support, Cache directory solved the problem for me. cloning this repo, and executing in debug mode was also fine,...
I want to avoid situations where certain resources can’t be deleted because the required APIs aren’t enabled. Would it be too aggressive for GGP to automatically enable an API when...
@javiercr how about this one? ```yaml - name: gcloud caching uses: actions/cache@v4 with: path: ${{ runner.tool_cache }}/gcloud key: ${{ runner.os }}-gcloud-v515.0.0 - uses: google-github-actions/setup-gcloud@v2 with: project_id: ${{ vars.GCP_PROJECT_ID }} version:...
@javiercr I didn't check yet though, it's gonna be something like this. ```sh - name: gcloud latest hash id: gcloud_latest_hash run: | HASH=$(curl https://raw.githubusercontent.com/google-github-actions/setup-cloud-sdk/main/data/versions.json | md5sum) echo "hash=$HASH" >> $GITHUB_OUTPUT...
@alkar >I've not specified any versions so it should default to "latest". However, on two consecutive executions it still takes more than 45s each time. Did you check the directory:...