mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
chore: Update Windows build configuration to support x32 architecture
This commit is contained in:
6
.github/workflows/windows-alpha-build.yml
vendored
6
.github/workflows/windows-alpha-build.yml
vendored
@@ -119,7 +119,11 @@ jobs:
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain 1.76
|
||||
source $HOME/.cargo/env
|
||||
|
||||
rustup target add x86_64-pc-windows-msvc
|
||||
if test ${{ matrix.arch }} == 'x32'; then
|
||||
rustup target add i686-pc-windows-msvc
|
||||
else
|
||||
rustup target add x86_64-pc-windows-msvc
|
||||
fi
|
||||
cargo install cargo-download
|
||||
cargo download -x windows=0.52.0
|
||||
#? https://github.com/mozilla/sccache#known-caveats
|
||||
|
Reference in New Issue
Block a user