Skip to content

Commit 48d56e3

Browse files
committed
[CI] bf
1 parent 09cdcd8 commit 48d56e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ jobs:
7575
run: |
7676
rm -r .cargo
7777
cd minion-tests
78-
79-
rustup target add ${{ matrix.target }}
80-
cargo build -Zunstable-options --out-dir=../out --target=${{ matrix.target }}
78+
TARGET=${{ matrix.target }}
79+
rustup target add $TARGET
80+
cargo build -Zunstable-options --out-dir=../out --target=$TARGET
8181
- name: Run tests (Linux)
8282
if: matrix.os == 'ubuntu-20.04'
8383
timeout-minutes: 3

0 commit comments

Comments
 (0)