Skip to content

Commit

Permalink
Debug step
Browse files Browse the repository at this point in the history
  • Loading branch information
klaus993 committed Nov 15, 2022
1 parent eaf741c commit 2ddbc6f
Showing 1 changed file with 10 additions and 14 deletions.
24 changes: 10 additions & 14 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,17 @@ jobs:
with:
python-version: '3.9'

- name: Set up cargo cache
uses: Swatinem/rust-cache@v2
- name: Debug
run: which rustfmt && which rustc

# - name: Set up cargo cache
# uses: actions/cache@v3
# continue-on-error: false
# with:
# path: |
# ~/.cargo/bin/
# ~/.cargo/registry/index/
# ~/.cargo/registry/cache/
# ~/.cargo/git/db/
# #target/
# key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
# restore-keys: ${{ runner.os }}-cargo-
- name: Set up cargo cache
uses: actions/cache@v3
continue-on-error: false
with:
path: |
~/.cargo
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
restore-keys: ${{ runner.os }}-cargo-

- name: Install test dependencies
run: pip install ecdsa fastecdsa sympy cairo-lang==0.9.1
Expand Down

0 comments on commit 2ddbc6f

Please sign in to comment.