From bc6ca49f91cd70f53724a6be92a55e551af436fb Mon Sep 17 00:00:00 2001 From: Cary Phillips Date: Sun, 17 Nov 2024 11:16:42 -0800 Subject: [PATCH] quote Signed-off-by: Cary Phillips --- .github/workflows/ci_workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_workflow.yml b/.github/workflows/ci_workflow.yml index 76d2be459..45e12acfb 100644 --- a/.github/workflows/ci_workflow.yml +++ b/.github/workflows/ci_workflow.yml @@ -51,7 +51,7 @@ jobs: # Note the defaults provided here for the builds that don't specify # values. os: ubuntu-latest - container: 'aswf/ci-openexr:${{ matrix.vfx-cy || '2024' }}' + container: aswf/ci-openexr:${{ matrix.vfx-cy || '2024' }} cxx-compiler: ${{ matrix.cxx-compiler || 'g++' }} cc-compiler: ${{ matrix.cc-compiler || 'gcc' }} cxx-standard: ${{ matrix.cxx-standard || '17' }}