Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
volhovm committed Sep 18, 2024
1 parent 03690fd commit b981c32
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ jobs:
with:
submodules: recursive


- name: Check submodules don't fail
run: |
cd /home/runner/work/proof-systems/proof-systems/proof-systems-vendors/csv/
git status
ls .
# as action-rs does not seem to be maintained anymore, building from
# scratch the environment using rustup
- name: Setup Rust toolchain ${{ matrix.rust_toolchain_version }}
Expand All @@ -57,9 +64,6 @@ jobs:
run: |
npm install -g markdownlint-cli
- name: Check submodules don't fail
run: |
ls /home/runner/work/proof-systems/proof-systems/proof-systems-vendors/csv/
#
# Doc & Spec
Expand Down

0 comments on commit b981c32

Please sign in to comment.