Skip to content

Commit

Permalink
Fix starknet-rs tests by checking out hardcoded commit (#1502)
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciechos authored Dec 1, 2023
1 parent 425729e commit fb1f9e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/starknet-rs-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: xJonathanLEI/starknet-rs
ref: dev/jsonrpc_0_5_0
ref: 64ebc364c0c346e81b715c5b4a3b32ef37b055c8

- name: Setup Rust
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit fb1f9e9

Please sign in to comment.