lib: move -p svg2gcode to args

master
Sameer Puri 4 years ago
parent 31b6f1661b
commit 8f568a8ea3

@ -31,7 +31,8 @@ jobs:
use-tool-cache: true
- uses: actions-rs/cargo@v1
with:
command: build -p svg2gcode
command: build
args: -p svg2gcode
env:
RUSTFLAGS: '-Zinstrument-coverage'
RUSTDOCFLAGS: '-Zinstrument-coverage'

Loading…
Cancel
Save