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