Skip to content

Commit

Permalink
Idk, fix build? Should be working though
Browse files Browse the repository at this point in the history
  • Loading branch information
Sliman4 committed Dec 22, 2024
1 parent 64d55f4 commit 2c0ec52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:

- name: Build NEAR contracts
run: |
cd crates/oracle-contract && cargo near build --no-docker
cd ../reclaim-gpt-contract && cargo near build --no-docker
cd crates/oracle-contract && cargo near build
cd ../reclaim-gpt-contract && cargo near build
- name: Check with clippy
run: cargo clippy --all-targets --all-features -- -D warnings
Expand Down

0 comments on commit 2c0ec52

Please sign in to comment.