Skip to content

Commit

Permalink
fix toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
yito88 committed Oct 16, 2023
1 parent 78944b9 commit 9bc966c
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 62 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/guide-templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions-rs/toolchain@v1
with:
profile: default
override: true
- name: Check templates
run: bash scripts/auto_gen_templates.sh --mode "check"
- uses: actions-rs/cargo@v1
Expand Down
30 changes: 0 additions & 30 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,6 @@ jobs:
with:
name: cosmos
- uses: actions-rs/toolchain@v1
with:
profile: default
override: true
- uses: Swatinem/rust-cache@v1
- uses: actions-rs/cargo@v1
with:
Expand Down Expand Up @@ -132,9 +129,6 @@ jobs:
with:
name: cosmos
- uses: actions-rs/toolchain@v1
with:
profile: default
override: true
- uses: Swatinem/rust-cache@v1
- uses: actions-rs/cargo@v1
with:
Expand Down Expand Up @@ -176,9 +170,6 @@ jobs:
with:
name: cosmos
- uses: actions-rs/toolchain@v1
with:
profile: default
override: true
- uses: Swatinem/rust-cache@v1
- uses: actions-rs/cargo@v1
with:
Expand Down Expand Up @@ -228,9 +219,6 @@ jobs:
with:
name: cosmos
- uses: actions-rs/toolchain@v1
with:
profile: default
override: true
- uses: Swatinem/rust-cache@v1
- uses: actions-rs/cargo@v1
with:
Expand Down Expand Up @@ -274,9 +262,6 @@ jobs:
with:
name: cosmos
- uses: actions-rs/toolchain@v1
with:
profile: default
override: true
- uses: Swatinem/rust-cache@v1
- uses: actions-rs/cargo@v1
with:
Expand Down Expand Up @@ -317,9 +302,6 @@ jobs:
with:
name: cosmos
- uses: actions-rs/toolchain@v1
with:
profile: default
override: true
- uses: Swatinem/rust-cache@v1
- uses: actions-rs/cargo@v1
with:
Expand Down Expand Up @@ -362,9 +344,6 @@ jobs:
with:
name: cosmos
- uses: actions-rs/toolchain@v1
with:
profile: default
override: true
- uses: Swatinem/rust-cache@v1
- uses: actions-rs/cargo@v1
with:
Expand Down Expand Up @@ -405,9 +384,6 @@ jobs:
with:
name: cosmos
- uses: actions-rs/toolchain@v1
with:
profile: default
override: true
- uses: Swatinem/rust-cache@v1
- uses: actions-rs/cargo@v1
with:
Expand Down Expand Up @@ -448,9 +424,6 @@ jobs:
with:
name: cosmos
- uses: actions-rs/toolchain@v1
with:
profile: default
override: true
- uses: Swatinem/rust-cache@v1
- uses: actions-rs/cargo@v1
with:
Expand Down Expand Up @@ -489,9 +462,6 @@ jobs:
with:
name: cosmos
- uses: actions-rs/toolchain@v1
with:
profile: default
override: true
- uses: Swatinem/rust-cache@v1
- uses: actions-rs/cargo@v1
with:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/misbehaviour.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@ jobs:
chmod: 0755
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
profile: default
override: true
- name: Use Rust cache
uses: Swatinem/rust-cache@v1
- name: Build Hermes
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/multi-chains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,6 @@ jobs:
with:
name: cosmos
- uses: actions-rs/toolchain@v1
with:
profile: default
override: true
- uses: Swatinem/rust-cache@v1
- uses: actions-rs/cargo@v1
with:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/namada.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions-rs/toolchain@v1
with:
profile: default
override: true
- uses: Swatinem/rust-cache@v1
- uses: actions-rs/cargo@v1
with:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
profile: default
override: true
- uses: katyo/publish-crates@v2
with:
dry-run: true
Expand Down
17 changes: 0 additions & 17 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
prifile: default
override: true
- uses: actions-rs/cargo@v1
with:
command: fmt
Expand All @@ -55,10 +52,6 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions-rs/toolchain@v1
with:
prifile: default
components: clippy
override: true
- uses: Swatinem/rust-cache@v1
- uses: actions-rs/clippy-check@v1
with:
Expand All @@ -74,10 +67,6 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions-rs/toolchain@v1
with:
prifile: default
components: clippy
override: true
- uses: Swatinem/rust-cache@v1
- uses: actions-rs/clippy-check@v1
with:
Expand All @@ -94,9 +83,6 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions-rs/toolchain@v1
with:
prifile: default
override: true
- uses: Swatinem/rust-cache@v1
- uses: actions-rs/cargo@v1
with:
Expand All @@ -114,9 +100,6 @@ jobs:
# with:
# fetch-depth: 0
# - uses: actions-rs/toolchain@v1
# with:
# prifile: default
# override: true
# - uses: actions-rs/cargo@v1
# with:
# command: clean
Expand Down

0 comments on commit 9bc966c

Please sign in to comment.