Skip to content

Commit

Permalink
updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aniketpr01 committed Jul 31, 2024
1 parent 31650f9 commit bf91c70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_geth_fhevm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ build_fhevm() {
git submodule update --init --recursive gitlfs
log INFO "TFHE keys available in $FHEVM_GO_KEYS_DIR"

# log DEBUG "Entering fhevm-go directory..."
# cd fhevm-go || { log ERROR "fhevm-go directory not found"; exit 1; }
log DEBUG "Entering fhevm-go directory..."
cd fhevm-go || { log ERROR "fhevm-go directory not found"; exit 1; }

# log DEBUG "Checking out release/0.2.x..."
# if git checkout release/0.2.x; then
Expand Down

0 comments on commit bf91c70

Please sign in to comment.