mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 21:05:35 +01:00
ci: some nicer messages
This commit is contained in:
parent
badbc63c5c
commit
ae2ad9f7d8
1 changed files with 4 additions and 4 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
|
@ -71,7 +71,7 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Configure Rust target
|
||||
- name: Configure Rust target ${{ matrix.input.rustup-target }}
|
||||
run: rustup target add ${{ matrix.input.rustup-target }}
|
||||
|
||||
- name: Cache Dependencies
|
||||
|
|
@ -115,7 +115,7 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Configure Rust target
|
||||
- name: Configure Rust target ${{ matrix.input.rustup-target }}
|
||||
run: rustup target add ${{ matrix.input.rustup-target }}
|
||||
|
||||
- name: Add Rust component clippy
|
||||
|
|
@ -165,7 +165,7 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Configure Rust target
|
||||
- name: Configure Rust target ${{ matrix.input.rustup-target }}
|
||||
run: rustup target add ${{ matrix.input.rustup-target }}
|
||||
|
||||
- name: Cache Dependencies
|
||||
|
|
@ -278,7 +278,7 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Configure Rust target
|
||||
- name: Configure Rust target ${{ matrix.input.rustup-target }}
|
||||
run: rustup target add ${{ matrix.input.rustup-target }}
|
||||
|
||||
- name: Add Rust component llvm-tools-preview
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue