File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -42,10 +42,13 @@ jobs:
42
42
steps :
43
43
- uses : actions/checkout@v4
44
44
45
- - uses : google-github-actions/setup-gcloud@v2
45
+ - id : " auth"
46
+ uses : google-github-actions/auth@v2
46
47
with :
47
48
project_id : ${{ secrets.GCP_PROJECT_ID }}
48
49
credentials_json : ${{ secrets.GCP_SA_KEY }}
50
+ - name : " Set up Cloud SDK"
51
+ uses : google-github-actions/setup-gcloud@v2
49
52
50
53
- name : Cargo build
51
54
run : cargo build -p tmc --release --verbose
Original file line number Diff line number Diff line change @@ -48,10 +48,13 @@ jobs:
48
48
steps :
49
49
- uses : actions/checkout@v4
50
50
51
- - uses : google-github-actions/setup-gcloud@v2
51
+ - id : " auth"
52
+ uses : google-github-actions/auth@v2
52
53
with :
53
54
project_id : ${{ secrets.GCP_PROJECT_ID }}
54
55
credentials_json : ${{ secrets.GCP_SA_KEY }}
56
+ - name : " Set up Cloud SDK"
57
+ uses : google-github-actions/setup-gcloud@v2
55
58
56
59
- name : Enable long paths for git
57
60
run : git config --system core.longpaths true # allow long paths from git deps
You can’t perform that action at this time.
0 commit comments