Skip to content

Commit

Permalink
fix: update sdk commit
Browse files Browse the repository at this point in the history
  • Loading branch information
brancoder committed Feb 26, 2024
1 parent 6b4ae11 commit bb32fc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nova-build-temp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
TARGET_COMMIT:
description: "Target Commit Hash for the SDK"
required: false
default: "fc9f0f56bb5cfc146993e53aa9656ded220734e1"
default: "56b19d4c12c1bf23bc716b47c36018d37d5b3168"
environment:
type: choice
description: "Select the environment to deploy to"
Expand Down
2 changes: 1 addition & 1 deletion setup_nova.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
SDK_DIR="iota-sdk"
TARGET_COMMIT="fc9f0f56bb5cfc146993e53aa9656ded220734e1"
TARGET_COMMIT="56b19d4c12c1bf23bc716b47c36018d37d5b3168"

if [ ! -d "$SDK_DIR" ]; then
git clone -b 2.0 [email protected]:iotaledger/iota-sdk.git
Expand Down

0 comments on commit bb32fc0

Please sign in to comment.