Skip to content

Commit

Permalink
fix(ci): benchmark-e2e params dir
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpwang committed Jan 7, 2025
1 parent 0651a0f commit 0fa82c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark-call.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
INTERNAL_ARG="--internal_log_blowup ${{ inputs.internal_log_blowup }}"
echo "INPUT_ARGS=${ROOT_ARG} ${INTERNAL_ARG} ${INPUT_ARGS}" >> $GITHUB_ENV
bash ./extensions/native/recursion/trusted_setup_s3.sh
export PARAMS_DIR=$(pwd)/params
echo "PARAMS_DIR=$(pwd)/params" >> $GITHUB_ENV
fi
- name: Set BIN_NAME
Expand Down

0 comments on commit 0fa82c4

Please sign in to comment.