mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Don't run Windows CI builds for Node.js and Python wrappers
Their Windows builds take a combined ~ 19 minutes compared to the Linux builds taking ~ 3 minutes. Since the wrappers are experimental the Windows builds aren't adding much value.
This commit is contained in:
@@ -250,16 +250,6 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
target:
|
||||
- os: windows-2025
|
||||
platform: Win32
|
||||
triple: i686-pc-windows-msvc
|
||||
architecture: x86
|
||||
|
||||
- os: windows-2025
|
||||
platform: x64
|
||||
triple: x86_64-pc-windows-msvc
|
||||
architecture: x64
|
||||
|
||||
- os: ubuntu-24.04
|
||||
platform: x86_64
|
||||
triple: x86_64-unknown-linux-gnu
|
||||
@@ -314,16 +304,6 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
target:
|
||||
- os: windows-2025
|
||||
platform: Win32
|
||||
triple: i686-pc-windows-msvc
|
||||
architecture: x86
|
||||
|
||||
- os: windows-2025
|
||||
platform: x64
|
||||
triple: x86_64-pc-windows-msvc
|
||||
architecture: x64
|
||||
|
||||
- os: ubuntu-24.04
|
||||
platform: x86_64
|
||||
triple: x86_64-unknown-linux-gnu
|
||||
|
||||
Reference in New Issue
Block a user