Pārlūkot izejas kodu

fix: add components to toolchain configuration

Co-Authored-By: Jayant Krishnamurthy <jayant@dourolabs.xyz>
Devin AI 6 mēneši atpakaļ
vecāks
revīzija
088f7c5a1c

+ 1 - 0
.github/workflows/ci-pythnet-sdk.yml

@@ -21,6 +21,7 @@ jobs:
       - uses: actions-rs/toolchain@v1
         with:
           toolchain: 1.82.0
+          components: rustfmt, clippy
           override: true
       - name: Format check
         run: cargo fmt --all -- --check

+ 1 - 0
.github/workflows/ci-solana-contract.yml

@@ -27,6 +27,7 @@ jobs:
       - uses: actions-rs/toolchain@v1
         with:
           toolchain: 1.73.0
+          components: rustfmt, clippy
           override: true
       - name: Install Solana
         run: |