Skip to content

Commit fdd9a11

Browse files
committed
Fix GCC version detection issue
1 parent 5b4f496 commit fdd9a11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/houdini.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def install_sidefx_product(product, version):
123123
product=target_release["product"],
124124
version=target_release["version"],
125125
build=target_release["build"],
126-
platform=sidefx_platform,
126+
platform=target_release["platform"],
127127
)
128128

129129
# Download latest production release

0 commit comments

Comments
 (0)