We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4da401 commit 4fede22Copy full SHA for 4fede22
.github/workflows/rust.yml
@@ -76,15 +76,15 @@ jobs:
76
run: |
77
rm -r .cargo
78
cd minion-tests
79
- $TARGET=${{ matrix.target }}
+ TARGET=${{ matrix.target }}
80
rustup target add $TARGET
81
cargo build -Zunstable-options --out-dir=../out --target=$TARGET
82
- name: Compile tests (Windows)
83
if: matrix.os == 'windows-2019'
84
85
86
87
- TARGET=${{ matrix.target }}
+ $TARGET=${{ matrix.target }}
88
89
90
- name: Run tests (Linux)
0 commit comments