Skip to content

Commit 25ae56e

Browse files
devin-ai-integration[bot]Jayant Krishnamurthy
and
Jayant Krishnamurthy
authored
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 <[email protected]>
1 parent 2f1becd commit 25ae56e

11 files changed

+5
-11
lines changed

.github/workflows/ci-cosmwasm-contract.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
- uses: actions/checkout@v2
2424
- uses: actions-rs/toolchain@v1
2525
with:
26-
profile: minimal
2726
toolchain: 1.82.0
2827
components: rustfmt, clippy
2928
override: true

.github/workflows/ci-fortuna.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
workspaces: "apps/fortuna -> target"
2222
- uses: actions-rs/toolchain@v1
2323
with:
24-
profile: minimal
2524
toolchain: 1.82.0
2625
override: true
2726
components: rustfmt, clippy

.github/workflows/ci-hermes-server.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
workspaces: "apps/hermes/server -> target"
2121
- uses: actions-rs/toolchain@v1
2222
with:
23-
profile: minimal
2423
toolchain: 1.82.0
2524
components: rustfmt, clippy
2625
override: true

.github/workflows/ci-message-buffer.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
workspaces: "pythnet/message_buffer -> target"
2323
- uses: actions-rs/toolchain@v1
2424
with:
25-
profile: minimal
2625
toolchain: 1.66.1
2726
components: rustfmt, clippy
2827
- name: Install Solana

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
workspaces: "pythnet/pythnet_sdk -> target"
2121
- uses: actions-rs/toolchain@v1
2222
with:
23-
profile: minimal
2423
toolchain: 1.82.0
24+
components: rustfmt, clippy
2525
override: true
2626
- name: Format check
2727
run: cargo fmt --all -- --check

.github/workflows/ci-remote-executor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
- uses: actions/setup-python@v2
1919
- uses: actions-rs/toolchain@v1
2020
with:
21-
profile: minimal
2221
toolchain: 1.73.0
2322
components: rustfmt, clippy
2423
override: true

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
workspaces: "target_chains/solana -> target"
2727
- uses: actions-rs/toolchain@v1
2828
with:
29-
profile: minimal
3029
toolchain: 1.73.0
30+
components: rustfmt, clippy
3131
override: true
3232
- name: Install Solana
3333
run: |

.github/workflows/ci-starknet-tools.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
- uses: actions/checkout@v2
1414
- uses: actions-rs/toolchain@v1
1515
with:
16-
profile: minimal
1716
toolchain: 1.86.0
1817
components: rustfmt, clippy
1918
override: true

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
- uses: actions/checkout@v3
2020
- uses: actions-rs/toolchain@v1
2121
with:
22-
profile: minimal
2322
toolchain: 1.77.0
23+
components: rustfmt, clippy
2424
override: true
2525
- uses: taiki-e/cache-cargo-install-action@v2
2626
with:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
toolchain: stable
1818
default: true
19-
profile: minimal
19+
components: rustfmt, clippy
2020
- name: Publish
2121
run: cargo publish --token ${CARGO_REGISTRY_TOKEN}
2222
env:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
toolchain: stable
1818
default: true
19-
profile: minimal
19+
components: rustfmt, clippy
2020

2121
- run: cargo +stable-x86_64-unknown-linux-gnu publish --token ${CARGO_REGISTRY_TOKEN}
2222
env:

0 commit comments

Comments
 (0)