mirror of
https://github.com/selfxyz/self.git
synced 2026-02-21 03:00:36 -05:00
merge dev branch into main (#624)
* remove sdk/tests (#622) * remove sdk/tests * chore: update yarn.lock --------- Co-authored-by: Ayman <aymanshaik1015@gmail.com> * fix: add range check on paddedInLength of shaBytesDynamic (#623) * fix ci (#626) --------- Co-authored-by: Ayman <aymanshaik1015@gmail.com> Co-authored-by: Vishalkulkarni45 <109329073+Vishalkulkarni45@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
f4f5903b40
commit
de4bf207ee
8
.github/workflows/artifacts.yml
vendored
8
.github/workflows/artifacts.yml
vendored
@@ -40,7 +40,9 @@ jobs:
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
npm i -g yarn && cd circuits && yarn
|
||||
corepack enable
|
||||
yarn set version 4.6.0
|
||||
cd circuits && yarn
|
||||
|
||||
- name: Setup Rust
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
@@ -58,8 +60,8 @@ jobs:
|
||||
- name: Build cpp circuits
|
||||
run: |
|
||||
chmod +x circuits/scripts/build/build_cpp.sh && \
|
||||
./circuits/scripts/build/build_cpp.sh register &&
|
||||
./circuits/scripts/build/build_cpp.sh disclose &&
|
||||
./circuits/scripts/build/build_cpp.sh register &&
|
||||
./circuits/scripts/build/build_cpp.sh disclose &&
|
||||
./circuits/scripts/build/build_cpp.sh dsc
|
||||
|
||||
- name: Upload Artifact
|
||||
|
||||
Reference in New Issue
Block a user