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 use-tool-cache: true
- uses: actions-rs/cargo@v1 - uses: actions-rs/cargo@v1
with: with:
command: build -p svg2gcode command: build
args: -p svg2gcode
env: env:
RUSTFLAGS: '-Zinstrument-coverage' RUSTFLAGS: '-Zinstrument-coverage'
RUSTDOCFLAGS: '-Zinstrument-coverage' RUSTDOCFLAGS: '-Zinstrument-coverage'

Loading…
Cancel
Save