We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac204f8 commit 3f5ac86Copy full SHA for 3f5ac86
.github/workflows/ci-starknet-contract.yml
@@ -27,7 +27,8 @@ jobs:
27
run: curl https://get.starkli.sh | sh && . ~/.config/.starkli/env && starkliup -v $(awk '/starkli/{print $2}' .tool-versions)
28
- uses: actions-rust-lang/setup-rust-toolchain@v1
29
- name: Install Devnet
30
- run: cargo install starknet-devnet --version $(awk '/starknet-devnet/{print $2}' .tool-versions)
+ # it doesn't build with more recent Rust versions
31
+ run: cargo +1.85.0 install starknet-devnet --version $(awk '/starknet-devnet/{print $2}' .tool-versions)
32
- name: Check formatting
33
run: scarb fmt --check
34
- name: Run tests
0 commit comments