Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
Signed-off-by: Cary Phillips <[email protected]>
  • Loading branch information
cary-ilm committed Nov 21, 2024
1 parent 5b8c907 commit 6bfbec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
# Source: https://github.com/AcademySoftwareFoundation/aswf-docker
container: aswf/ci-openexr:${{ matrix.vfx-cy || 2024 }}
cxx-standard: ${{ matrix.cxx-standard || 17 }}
cxx-compiler: ${{ matrix.cxx-compiler || g++ }}
cxx-compiler: ${{ matrix.cxx-compiler || 'g++' }}
cc-compiler: ${{ matrix.cc-compiler || gcc }}
build-type: ${{ matrix.build-type || Release }}
BUILD_SHARED_LIBS: ${{ matrix.BUILD_SHARED_LIBS || ON }}
Expand Down

0 comments on commit 6bfbec0

Please sign in to comment.