Skip to content

Commit

Permalink
Fix direct sdk repository references (#1730)
Browse files Browse the repository at this point in the history
  • Loading branch information
janpieterz committed Aug 23, 2024
1 parent 9c4d476 commit 5789f65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-infrastructure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
# Because called actions run in caller repository, we have to be explicit here.
- uses: actions/checkout@v3
with:
repository: trinsic-id/sdk
repository: trinsic-id/v2-sdk
path: ./sdk
- name: Install CLI
run: |
# Step 1: Download the .deb package using curl with the -L option to follow redirects
curl -L -o trinsic_cli.deb https://github.com/trinsic-id/sdk/releases/download/v1.13.0/trinsic_cli_1.13.0_amd64.deb
curl -L -o trinsic_cli.deb https://github.com/trinsic-id/sdk-v/releases/download/v1.13.0/trinsic_cli_1.13.0_amd64.deb
# Step 2: Install the downloaded .deb package using dpkg
sudo dpkg -i trinsic_cli.deb
Expand All @@ -45,7 +45,7 @@ jobs:
# Because called actions run in caller repository, we have to be explicit here.
- uses: actions/checkout@v3
with:
repository: trinsic-id/sdk
repository: trinsic-id/v2-sdk
path: ./sdk
- uses: actions/cache@v3
id: npm-cache
Expand Down

0 comments on commit 5789f65

Please sign in to comment.