File tree Expand file tree Collapse file tree 3 files changed +1
-10
lines changed Expand file tree Collapse file tree 3 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 4848 - name : Setup Nix
4949 uses : ./.github/actions/nix-devshell
5050
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-
5951 - name : Build
6052 env :
6153 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: \
4242
4343# Mutagen resources
4444$(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 " $@ "
4646 chmod +x " $@ "
4747
4848$(XCPROJECT ) : $(PROJECT ) /project.yml
Original file line number Diff line number Diff line change 4949 gh
5050 git
5151 gnumake
52- google-cloud-sdk
5352 protobuf_28
5453 grpc-swift . packages . ${ system } . protoc-gen-grpc-swift
5554 grpc-swift . packages . ${ system } . protoc-gen-swift
You can’t perform that action at this time.
0 commit comments