From ae2ad9f7d8e4bc9470e81b930c08092e2e600367 Mon Sep 17 00:00:00 2001 From: datdenkikniet Date: Sat, 22 Mar 2025 22:49:02 +0100 Subject: [PATCH] ci: some nicer messages --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2a1aa2a8700..e0ed66b4a50 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