diff --git a/.github/workflows/build_rocky.yml b/.github/workflows/build_rocky.yml index 3f506d9982..65d92ef248 100644 --- a/.github/workflows/build_rocky.yml +++ b/.github/workflows/build_rocky.yml @@ -80,7 +80,7 @@ jobs: set -o pipefail CXXFLAGS="-O3" CFLAGS="-O3" ADD_COMMIT_SHA=1 BUILD_CFG=Release BUILD_BONSAIVIEWER=ON \ uv run --with aqtinstall ./nix/build-all.py \ - -v --diskcleanup --ifcopenshell-shared 2>&1 \ + -v --diskcleanup --ifcopenshell-shared --occt-shared 2>&1 \ | tee build.log - name: Upload Build Logs @@ -110,7 +110,7 @@ jobs: - name: Package .zip archives shell: bash run: | - uv run nix/package-zip-archives.py linux64 + uv run nix/package-zip-archives.py linux64 --occt-shared - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v6