Skip to content

Commit

Permalink
Pin toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
texodus committed Nov 24, 2023
1 parent 9e88287 commit 56fdc73
Show file tree
Hide file tree
Showing 5 changed files with 724 additions and 664 deletions.
9 changes: 0 additions & 9 deletions .github/actions/cache/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ inputs:
os:
description: "Target OS"
required: true
rust:
description: "Rust version"
required: true

runs:
using: "composite"
Expand Down Expand Up @@ -50,9 +47,3 @@ runs:
- name: Install Rust ${{ inputs.rust }}
uses: actions-rs/toolchain@v1
with:
toolchain: ${{ inputs.rust }}
target: wasm32-unknown-unknown
default: true
override: true
components: rustfmt, clippy, rust-src, llvm-tools-preview
2 changes: 0 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04]
rust: [nightly-2022-10-24]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand All @@ -36,7 +35,6 @@ jobs:
with:
name: build_dev
os: ${{ matrix.os }}
rust: ${{ matrix.rust }}

- name: Lint
run: cargo clippy
Expand Down
Loading

0 comments on commit 56fdc73

Please sign in to comment.