mirror of
https://github.com/figsoda/mmtc
synced 2024-11-22 15:13:03 +00:00
target generic x86-64 cpus in release action
This commit is contained in:
parent
277522df60
commit
24abc2101b
1 changed files with 2 additions and 0 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -59,6 +59,8 @@ jobs:
|
||||||
|
|
||||||
- name: Cargo build
|
- name: Cargo build
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
|
env:
|
||||||
|
RUSTFLAGS: -Ctarget-cpu=x86-64
|
||||||
with:
|
with:
|
||||||
use-cross: ${{ matrix.use-cross }}
|
use-cross: ${{ matrix.use-cross }}
|
||||||
command: build
|
command: build
|
||||||
|
|
Loading…
Reference in a new issue