Skip to content

Commit

Permalink
Revert specifying components in workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Oct 31, 2023
1 parent 5901e54 commit 5865fbd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-and-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ jobs:
with:
toolchain: nightly-2023-10-05
targets: ${{ matrix.settings.target }}
components: rustfmt, clippy
- name: Cache cargo
uses: actions/cache@v3
with:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/repl-artefacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
with:
toolchain: nightly-2023-10-05
targets: x86_64-unknown-linux-gnu
components: rustfmt, clippy
- name: Cache cargo
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 5865fbd

Please sign in to comment.