Skip to content

Commit

Permalink
fixing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aniketpr01 committed Jul 31, 2024
1 parent 36ad236 commit f944935
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
path = gitlfs
url = https://github.com/RizeLabs/gitlfs.git
[submodule "fhevm-go-gitlfs"]
path = fhevm-go
path = fhevm-go-gitlfs
url = https://github.com/RizeLabs/fhevm-go-gitlfs.git
4 changes: 2 additions & 2 deletions build_geth_fhevm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ build_fhevm() {
git submodule update --init --recursive fhevm-go-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-gitlfs directory..."
cd fhevm-go-gitlfs || { log ERROR "fhevm-go-gitlfs 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 f944935

Please sign in to comment.