Skip to content

Commit 83f2da0

Browse files
committed
ci:Ensure that we are selecting the right fmt version when building OIIO
We were using the wrong env variable name. Signed-off-by: Larry Gritz <[email protected]>
1 parent 2d65c02 commit 83f2da0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build-steps.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ jobs:
101101
CTEST_TEST_TIMEOUT: ${{inputs.ctest_test_timeout}}
102102
USE_SIMD: ${{inputs.simd}}
103103
FMT_VERSION: ${{inputs.fmt_ver}}
104+
fmt_BUILD_VERSION: ${{inputs.fmt_ver}}
104105
OPENCOLORIO_VERSION: ${{inputs.opencolorio_ver}}
105106
OPENEXR_VERSION: ${{inputs.openexr_ver}}
106107
OPENIMAGEIO_VERSION: ${{inputs.openimageio_ver}}

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ jobs:
436436
cc_compiler: gcc-14
437437
cxx_compiler: g++-14
438438
cxx_std: 20
439-
fmt_ver: master
439+
fmt_ver: 12.0.0
440440
opencolorio_ver: main
441441
openexr_ver: main
442442
openimageio_ver: main

0 commit comments

Comments
 (0)