Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
juntyr committed May 20, 2024
1 parent 736d3fb commit a25ce22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
os: [ubuntu-latest]
rust: [nightly]

steps:
- name: Checkout the Repository
uses: actions/checkout@v2

Expand Down Expand Up @@ -95,8 +96,7 @@ jobs:
with:
toolchain: ${{ matrix.rust }}
profile: minimal
components: clippy
components: llvm-bitcode-linker, llvm-tools
components: clippy, llvm-bitcode-linker, llvm-tools
override: true

- name: Check all workspace targets
Expand Down

0 comments on commit a25ce22

Please sign in to comment.