Skip to content

Commit 282768a

Browse files
committed
[CI] typo
1 parent b67cdf8 commit 282768a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
rm -rf .cargo
7171
cd minion-tests
7272
73-
rustup target add ${{ maxtix.target }}
73+
rustup target add ${{ matrix.target }}
7474
cargo build -Zunstable-options --out-dir=../out --target=${{ matrix.target }}
7575
- name: Run tests (Linux)
7676
if: matrix.os == "ubuntu-20.04"

0 commit comments

Comments
 (0)