Skip to content
Snippets Groups Projects
Commit accbd337 authored by Patrick José Pereira's avatar Patrick José Pereira
Browse files

github: build: Use cross in cargo step


Signed-off-by: default avatarPatrick José Pereira <patrickelectric@gmail.com>
parent 7ebcb27b
No related branches found
No related tags found
No related merge requests found
......@@ -91,6 +91,7 @@ jobs:
target: ${{ matrix.target }}
- uses: actions-rs/cargo@v1
with:
use-cross: true
command: build
args: --release --bin simple-http-server --locked
- uses: actions/upload-artifact@v2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment