Skip to content

Commit

Permalink
remove unnecessary copy for stdlib in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
katat committed Nov 7, 2024
1 parent 3157dbf commit 4f4c05d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/snarkjs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ fi
DIR_PATH=$1
CURVE=$2

# Init stdlib in .noname/release/src/stdlib instead of downloading
echo "Overriding stdlib in .noname/release/src/stdlib..."
mkdir -p ~/.noname/release/src/stdlib/ && cp -r /app/noname/src/stdlib/* ~/.noname/release/src/stdlib/

# Ensure the circuit directory exists and is initialized
echo "Initializing a new Noname package..."
noname new --path circuit_noname
Expand Down

0 comments on commit 4f4c05d

Please sign in to comment.