Only install Rust i686-pc-windows-msvc target when it's needed

This commit is contained in:
Oliver Hamlet
2025-05-12 21:34:23 +01:00
parent d058d34bca
commit 9b8b01bb80
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -162,6 +162,7 @@ jobs:
- name: Install Rust i686-pc-windows-msvc target
run: rustup target add i686-pc-windows-msvc
if: matrix.platform == 'Win32'
- name: Get Boost metadata
id: boost-metadata
+1
View File
@@ -61,6 +61,7 @@ jobs:
- name: Install Rust i686-pc-windows-msvc target
run: rustup target add i686-pc-windows-msvc
if: matrix.platform == 'Win32'
- name: Get Boost metadata
id: boost-metadata