Skip to content

Commit

Permalink
remove obsolete steps
Browse files Browse the repository at this point in the history
  • Loading branch information
yuetloo committed Jan 24, 2024
1 parent 13c748d commit b70134e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,6 @@ jobs:
run: |
sudo apt update
sudo apt-get install cmake build-essential libgmp-dev libsodium-dev nlohmann-json3-dev nasm g++ curl
- name: Install rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Checkout circom
uses: actions/checkout@v3
with:
repository: iden3/circom
path: circom
- name: Build circom
run: |
cd circom
cargo build --release
cargo install --path circom
- name: Checkout rapidsnark source code
uses: actions/checkout@v3
with:
Expand All @@ -52,12 +38,6 @@ jobs:
mkdir build_prover && cd build_prover
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=../package
make -j4 && make install
- name: Find rapidsnark
run: |
cd rapidsnark
pwd
echo "$GITHUB_WORKSPACE"
find . -name "prover"
- name: Checkout Clrfund
uses: actions/checkout@v3
with:
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/test-scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@ jobs:
mkdir build_prover && cd build_prover
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=../package
make -j4 && make install
- name: Find rapidsnark
run: |
cd rapidsnark
pwd
echo "$GITHUB_WORKSPACE"
find . -name "prover"
- name: Checkout source code
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit b70134e

Please sign in to comment.