docs: rust.yml

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2023-10-02 22:53:53 +03:00
parent ada284ec50
commit 36bd094102

View file

@ -23,7 +23,7 @@ jobs:
name: Toolchain Windows x86
with:
toolchain: stable
target: x86_64-pc-windows-msvc
target: x86_64-pc-windows-gnu
- uses: actions-rs/toolchain@v1
name: Toolchain Apple x86
@ -36,7 +36,7 @@ jobs:
with:
use-cross: true
command: build
args: --release --target x86_64-pc-windows-msvc
args: --release --target x86_64-pc-windows-gnu
- uses: actions-rs/cargo@v1