1
0
mirror of https://github.com/ndarilek/tts-rs.git synced 2024-11-23 06:49:38 +00:00

--target doesn't work here.

This commit is contained in:
Nolan Darilek 2020-11-17 16:28:28 -06:00
parent 2f0ced4eaf
commit f3705a1856

View File

@ -55,7 +55,7 @@ jobs:
- uses: actions-rs/cargo@v1 - uses: actions-rs/cargo@v1
with: with:
command: fmt command: fmt
args: --all --target wasm32-unknown-unknown -- --check args: --all -- --check
- uses: actions-rs/clippy-check@v1 - uses: actions-rs/clippy-check@v1
with: with:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}