Skip to content

Commit

Permalink
Fix GCC version detection issue
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaScheller committed Oct 10, 2024
1 parent 5b4f496 commit fdd9a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/houdini.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def install_sidefx_product(product, version):
product=target_release["product"],
version=target_release["version"],
build=target_release["build"],
platform=sidefx_platform,
platform=target_release["platform"],
)

# Download latest production release
Expand Down

0 comments on commit fdd9a11

Please sign in to comment.