Skip to content

Commit

Permalink
gh actions: use default toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
Anexen committed Jun 3, 2023
1 parent ba5101b commit 45bcea7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v3
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: minimal
override: true
- name: Install dev-requirements
run: pip install -r dev-requirements.txt
- uses: actions/cache@v3
Expand Down

0 comments on commit 45bcea7

Please sign in to comment.