Skip to content

Commit

Permalink
add cargo update
Browse files Browse the repository at this point in the history
  • Loading branch information
bert0RM committed Dec 15, 2023
1 parent e84355c commit f64a224
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,16 @@ jobs:
- name: "Setup Rust"
uses: ATiltedTree/setup-rust@v1
with:
rust-version: nightly
rust-version: stable
components: clippy
- name: Download circom (Linux)
run: wget https://github.com/iden3/circom/releases/latest/download/circom-linux-amd64 -O /usr/local/bin/circom && chmod +x /usr/local/bin/circom
- name: Install yarn
run: npm install -g yarn
- name: Install dependencies
run: yarn
- name: Cargo update
run: cargo update
# - name: Create build folder
# run: mkdir build
# - name: Run Linters
Expand Down

0 comments on commit f64a224

Please sign in to comment.