Skip to content

Commit 4aa4043

Browse files
committed
[CI] mis
1 parent 4110392 commit 4aa4043

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,15 @@ jobs:
7676
run: |
7777
rm -r .cargo
7878
cd minion-tests
79-
$TARGET=${{ matrix.target }}
79+
TARGET=${{ matrix.target }}
8080
rustup target add $TARGET
8181
cargo build -Zunstable-options --out-dir=../out --target=$TARGET
8282
- name: Compile tests (Windows)
8383
if: matrix.os == 'windows-2019'
8484
run: |
8585
rm -r .cargo
8686
cd minion-tests
87-
TARGET=${{ matrix.target }}
87+
$TARGET=${{ matrix.target }}
8888
rustup target add $TARGET
8989
cargo build -Zunstable-options --out-dir=../out --target=$TARGET
9090
- name: Run tests (Linux)

0 commit comments

Comments
 (0)