docs: rust.yml

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2023-10-02 22:49:54 +03:00
parent d2376e6d13
commit ada284ec50

View file

@ -19,6 +19,18 @@ jobs:
- name: Build Linux x86
run: cargo build --release
- uses: actions-rs/toolchain@v1
name: Toolchain Windows x86
with:
toolchain: stable
target: x86_64-pc-windows-msvc
- uses: actions-rs/toolchain@v1
name: Toolchain Apple x86
with:
toolchain: stable
target: x86_64-apple-darwin
- uses: actions-rs/cargo@v1
name: Build Windows x86
with: