瀏覽代碼

fix: remove profile: minimal from workflow files and add components where needed (#2716)

Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: Jayant Krishnamurthy <jayant@dourolabs.xyz>
devin-ai-integration[bot] 6 月之前
父節點
當前提交
25ae56ebbc

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

@@ -23,7 +23,6 @@ jobs:
       - uses: actions/checkout@v2
       - uses: actions-rs/toolchain@v1
         with:
-          profile: minimal
           toolchain: 1.82.0
           components: rustfmt, clippy
           override: true

+ 0 - 1
.github/workflows/ci-fortuna.yml

@@ -21,7 +21,6 @@ jobs:
           workspaces: "apps/fortuna -> target"
       - uses: actions-rs/toolchain@v1
         with:
-          profile: minimal
           toolchain: 1.82.0
           override: true
           components: rustfmt, clippy

+ 0 - 1
.github/workflows/ci-hermes-server.yml

@@ -20,7 +20,6 @@ jobs:
           workspaces: "apps/hermes/server -> target"
       - uses: actions-rs/toolchain@v1
         with:
-          profile: minimal
           toolchain: 1.82.0
           components: rustfmt, clippy
           override: true

+ 0 - 1
.github/workflows/ci-message-buffer.yml

@@ -22,7 +22,6 @@ jobs:
           workspaces: "pythnet/message_buffer -> target"
       - uses: actions-rs/toolchain@v1
         with:
-          profile: minimal
           toolchain: 1.66.1
           components: rustfmt, clippy
       - name: Install Solana

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

@@ -20,8 +20,8 @@ jobs:
           workspaces: "pythnet/pythnet_sdk -> target"
       - uses: actions-rs/toolchain@v1
         with:
-          profile: minimal
           toolchain: 1.82.0
+          components: rustfmt, clippy
           override: true
       - name: Format check
         run: cargo fmt --all -- --check

+ 0 - 1
.github/workflows/ci-remote-executor.yml

@@ -18,7 +18,6 @@ jobs:
       - uses: actions/setup-python@v2
       - uses: actions-rs/toolchain@v1
         with:
-          profile: minimal
           toolchain: 1.73.0
           components: rustfmt, clippy
           override: true

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

@@ -26,8 +26,8 @@ jobs:
           workspaces: "target_chains/solana -> target"
       - uses: actions-rs/toolchain@v1
         with:
-          profile: minimal
           toolchain: 1.73.0
+          components: rustfmt, clippy
           override: true
       - name: Install Solana
         run: |

+ 0 - 1
.github/workflows/ci-starknet-tools.yml

@@ -13,7 +13,6 @@ jobs:
       - uses: actions/checkout@v2
       - uses: actions-rs/toolchain@v1
         with:
-          profile: minimal
           toolchain: 1.86.0
           components: rustfmt, clippy
           override: true

+ 1 - 1
.github/workflows/ci-sui-contract.yml

@@ -19,8 +19,8 @@ jobs:
       - uses: actions/checkout@v3
       - uses: actions-rs/toolchain@v1
         with:
-          profile: minimal
           toolchain: 1.77.0
+          components: rustfmt, clippy
           override: true
       - uses: taiki-e/cache-cargo-install-action@v2
         with:

+ 1 - 1
.github/workflows/publish-pyth-price-store.yml

@@ -16,7 +16,7 @@ jobs:
         with:
           toolchain: stable
           default: true
-          profile: minimal
+          components: rustfmt, clippy
       - name: Publish
         run: cargo publish --token ${CARGO_REGISTRY_TOKEN}
         env:

+ 1 - 1
.github/workflows/publish-pyth-solana-receiver-state.yml

@@ -16,7 +16,7 @@ jobs:
         with:
           toolchain: stable
           default: true
-          profile: minimal
+          components: rustfmt, clippy
 
       - run: cargo +stable-x86_64-unknown-linux-gnu publish --token ${CARGO_REGISTRY_TOKEN}
         env: