File tree 3 files changed +1
-10
lines changed
3 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 48
48
- name : Setup Nix
49
49
uses : ./.github/actions/nix-devshell
50
50
51
- - name : Authenticate to Google Cloud
52
- id : gcloud_auth
53
- uses : google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935 # v2.1.8
54
- with :
55
- workload_identity_provider : ${{ secrets.GCP_WORKLOAD_ID_PROVIDER }}
56
- service_account : ${{ secrets.GCP_SERVICE_ACCOUNT }}
57
- token_format : " access_token"
58
-
59
51
- name : Build
60
52
env :
61
53
APPLE_DEVELOPER_ID_PKCS12_B64 : ${{ secrets.APPLE_DEVELOPER_ID_PKCS12_B64 }}
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ setup: \
42
42
43
43
# Mutagen resources
44
44
$(addprefix $(PROJECT ) /Resources/,$(MUTAGEN_RESOURCES ) ) :
45
- gsutil cp " gs ://coder-desktop/mutagen/$( MUTAGEN_VERSION) /$( subst Coder ,,$( notdir $@ ) ) " " $@ "
45
+ curl -sL " https ://storage.googleapis.com/ coder-desktop/mutagen/$( MUTAGEN_VERSION) /$( subst Coder ,,$( notdir $@ ) ) " -o " $@ "
46
46
chmod +x " $@ "
47
47
48
48
$(XCPROJECT ) : $(PROJECT ) /project.yml
Original file line number Diff line number Diff line change 49
49
gh
50
50
git
51
51
gnumake
52
- google-cloud-sdk
53
52
protobuf_28
54
53
grpc-swift . packages . ${ system } . protoc-gen-grpc-swift
55
54
grpc-swift . packages . ${ system } . protoc-gen-swift
You can’t perform that action at this time.
0 commit comments