Pass target to setup-rust-action for if/when windows-gnu is re-enabled

This commit is contained in:
Thom Chiovoloni 2020-04-11 21:22:58 -07:00 committed by Thom Chiovoloni
parent 8b625ab226
commit 3423b0e032

View File

@ -31,6 +31,7 @@ jobs:
- uses: hecrj/setup-rust-action@v1
with:
rust-version: stable
targets: ${{ matrix.platform.target }}
- uses: actions-rs/cargo@v1
with: