aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/build.yml')
-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