From 555ad430c8aab0f829d55da98368b589ef85b852 Mon Sep 17 00:00:00 2001 From: Yoo1tic <137816438+Yoo1tic@users.noreply.github.com> Date: Mon, 11 Aug 2025 01:19:18 +0800 Subject: [PATCH] fix: correct unexpected input "targets" in workflow --- .github/workflows/dev-build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dev-build.yml b/.github/workflows/dev-build.yml index a0250d3..5048035 100644 --- a/.github/workflows/dev-build.yml +++ b/.github/workflows/dev-build.yml @@ -34,7 +34,7 @@ jobs: with: toolchain: stable profile: minimal - targets: ${{ matrix.target_triple }} + target: ${{ matrix.target_triple }} override: true - uses: Swatinem/rust-cache@v2 @@ -71,7 +71,7 @@ jobs: with: toolchain: stable profile: minimal - targets: ${{ matrix.target_triple }} + target: ${{ matrix.target_triple }} override: true - uses: Swatinem/rust-cache@v2 @@ -113,7 +113,7 @@ jobs: with: toolchain: stable profile: minimal - targets: ${{ matrix.target_triple }} + target: ${{ matrix.target_triple }} override: true - uses: Swatinem/rust-cache@v2