diff --git a/.github/ci/before_cmake.sh b/.github/ci/before_cmake.sh index 620edb3..7b0c83b 100644 --- a/.github/ci/before_cmake.sh +++ b/.github/ci/before_cmake.sh @@ -46,7 +46,7 @@ then wget https://github.com/PixarAnimationStudios/USD/archive/refs/tags/v$USD_VERSION.zip unzip v$USD_VERSION.zip - cd USD-$USD_VERSION + cd OpenUSD-$USD_VERSION mkdir build cd build