Skip to content

Commit

Permalink
Update CI to pick pinned toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
hu55a1n1 committed Jul 2, 2024
1 parent 4fa1bc9 commit e75475c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cosmwasm-basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: actions/checkout@v2

- name: Install wasm32-unknown-unknown toolchain
uses: dtolnay/rust-toolchain@stable
uses: dtolnay/rust-toolchain@1.78.0
with:
target: wasm32-unknown-unknown

Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
uses: actions/checkout@v2

- name: Install stable toolchain
uses: dtolnay/rust-toolchain@stable
uses: dtolnay/rust-toolchain@1.78.0
with:
target: wasm32-unknown-unknown

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ jobs:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
components: clippy
override: true
- uses: Swatinem/rust-cache@v1
Expand All @@ -78,7 +77,6 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- uses: Swatinem/rust-cache@v1
- uses: webfactory/[email protected]
Expand Down

0 comments on commit e75475c

Please sign in to comment.