Skip to content

Commit

Permalink
private repo access
Browse files Browse the repository at this point in the history
  • Loading branch information
jtguibas committed Jan 25, 2024
1 parent ea4955b commit 80dc744
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,6 @@ jobs:
- name: Install ninja and cmake
uses: lukka/[email protected]

- name: Check out succinctlabs/rust
uses: actions/checkout@v3
with:
submodules: 'recursive'
path: rust
fetch-depth: 0

- name: Check out succinctlabs/vm
uses: actions/checkout@v3
with:
Expand All @@ -39,6 +32,13 @@ jobs:
ref: john/cargo-succinct-build-toolchain
token: ${{ secrets.PRIVATE_PULL_TOKEN }}

- name: Check out succinctlabs/rust
uses: actions/checkout@v3
with:
submodules: 'recursive'
path: rust
fetch-depth: 0

- name: Install cargo prove
run: cargo install --locked --path .
working-directory: vm/cli
Expand Down

0 comments on commit 80dc744

Please sign in to comment.