mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Only install Rust i686-pc-windows-msvc target when it's needed
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user