Skip to content

Commit

Permalink
Change github workflows rust toolchain version (#1414)
Browse files Browse the repository at this point in the history
* Fix windows tests
  • Loading branch information
kkawula authored Aug 1, 2024
1 parent ccfeee7 commit 5126491
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@dc6353516c68da0f06325f42ad880f76a5e77ec9
with:
toolchain: stable
toolchain: 1.79.0 # Doesn't work with "stable"

- name: Download contracts
uses: actions/download-artifact@v3
Expand Down Expand Up @@ -435,7 +435,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@dc6353516c68da0f06325f42ad880f76a5e77ec9
with:
toolchain: stable
toolchain: 1.79.0 # Doesn't work with "stable"

- name: Download contracts
uses: actions/download-artifact@v3
Expand Down
2 changes: 2 additions & 0 deletions starknet_py/tests/e2e/mock/compile_contracts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ compile_contracts_v0() {
CONTRACTS_DIRECTORY="$MOCK_DIRECTORY/contracts"
CONTRACTS_COMPILED_DIRECTORY="$MOCK_DIRECTORY/contracts_compiled"

mkdir -p "$CONTRACTS_COMPILED_DIRECTORY"

# delete all artifacts except precompiled ones
find "$CONTRACTS_COMPILED_DIRECTORY" -maxdepth 1 -type f -delete

Expand Down

0 comments on commit 5126491

Please sign in to comment.