Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
survived committed Nov 3, 2023
1 parent eaa1250 commit 914ed25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
${{ secrets.PAILLIER_ZK_KEY }}
${{ secrets.FAST_PAILLIER_KEY }}
${{ secrets.STARK_CURVE_KEY }}
${{ secrets.UDIGEST_KEY }}
- uses: actions/checkout@v3
with:
path: base_branch
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
${{ secrets.PAILLIER_ZK_KEY }}
${{ secrets.FAST_PAILLIER_KEY }}
${{ secrets.STARK_CURVE_KEY }}
${{ secrets.UDIGEST_KEY }}
- name: Build
run: cargo build --release
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 914ed25

Please sign in to comment.