File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ jobs:
25
25
# Because called actions run in caller repository, we have to be explicit here.
26
26
- uses : actions/checkout@v3
27
27
with :
28
- repository : trinsic-id/sdk
28
+ repository : trinsic-id/v2- sdk
29
29
path : ./sdk
30
30
- name : Install CLI
31
31
run : |
32
32
# Step 1: Download the .deb package using curl with the -L option to follow redirects
33
- curl -L -o trinsic_cli.deb https://github.com/trinsic-id/sdk/releases/download/v1.13.0/trinsic_cli_1.13.0_amd64.deb
33
+ curl -L -o trinsic_cli.deb https://github.com/trinsic-id/v2- sdk/releases/download/v1.13.0/trinsic_cli_1.13.0_amd64.deb
34
34
# Step 2: Install the downloaded .deb package using dpkg
35
35
sudo dpkg -i trinsic_cli.deb
36
36
45
45
# Because called actions run in caller repository, we have to be explicit here.
46
46
- uses : actions/checkout@v3
47
47
with :
48
- repository : trinsic-id/sdk
48
+ repository : trinsic-id/v2- sdk
49
49
path : ./sdk
50
50
- uses : actions/cache@v3
51
51
id : npm-cache
You can’t perform that action at this time.
0 commit comments