mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-23 23:20:33 +00:00
Fix build error
This commit is contained in:
1
.github/scripts/strategy-matrix/generate.py
vendored
1
.github/scripts/strategy-matrix/generate.py
vendored
@@ -279,6 +279,7 @@ def expand_platform_matrix(
|
||||
platform_name, arch = pf.platform.split("/")
|
||||
is_windows = platform_name == "windows"
|
||||
|
||||
toolsets = None
|
||||
if pf.toolsets:
|
||||
toolsets = [t for t in pf.toolsets if not t.exclude]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user