aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordatdenkikniet <jcdra1@gmail.com>2025-03-22 22:49:02 +0100
committerdatdenkikniet <38322042+datdenkikniet@users.noreply.github.com>2025-03-23 09:57:48 +0000
commit414d759ed936307aad7f46534d176666c738b314 (patch)
tree01b794e89e72143d640ece61fc5b7ec7798d3665 /.github
parent6d2150b61c5e6b1888fbc581bf6158348b74e631 (diff)
ci: some nicer messages
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 2a1aa2a..e0ed66b 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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