Skip to content

Commit

Permalink
chore: Bump sdk-nova local to latest commit
Browse files Browse the repository at this point in the history
  • Loading branch information
msarcev committed Feb 2, 2024
1 parent 14a10c1 commit 4926863
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: "08318f6e3f92af609b89c571462ea31b32e7c121"
default: "7d32ae0bb7e93552618923fb272a5c1cc67c2c60"
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="08318f6e3f92af609b89c571462ea31b32e7c121"
TARGET_COMMIT="7d32ae0bb7e93552618923fb272a5c1cc67c2c60"

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

0 comments on commit 4926863

Please sign in to comment.