From ada284ec50c5ea7af5e0408600a50e915090d92e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ahmet=20Kaan=20G=C3=9CM=C3=9C=C5=9E?= <96421894+Tahinli@users.noreply.github.com> Date: Mon, 2 Oct 2023 22:49:54 +0300 Subject: [PATCH] docs: rust.yml --- .github/workflows/rust.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 14b772f..14d2ffc 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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: