Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sczembor committed Oct 12, 2023
1 parent 3e9685c commit 649be49
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
if: env.GIT_DIFF
uses: actions-rs/toolchain@v1
with:
toolchain: 1.69.0
toolchain: 1.73.0
override: true
components: rustfmt, clippy

Expand All @@ -40,6 +40,10 @@ jobs:
if: env.GIT_DIFF
working-directory: ./contracts
run: make build
- name: Create near dirs
if: env.GIT_DIFF
working-directory: ./contracts
run: make create-near-dirs
- name: Clippy
if: env.GIT_DIFF
working-directory: ./contracts
Expand Down
2 changes: 1 addition & 1 deletion contracts/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace]
resolver = "2"
resolver = "1"
members = [
"sbt",
"cost",
Expand Down

0 comments on commit 649be49

Please sign in to comment.