From 7784bba6ce4c0cdf6daea03e83a2761ad02435ff Mon Sep 17 00:00:00 2001 From: Vishniakov Nikolai Date: Tue, 26 Nov 2024 16:25:28 +0100 Subject: [PATCH] Set cpack generator as NPM --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index d68b07ea34..5e3a6d643a 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -430,7 +430,7 @@ jobs: - name: Build genai run: | source ${OV_INSTALL_DIR}/setupvars.sh - cmake -DCMAKE_BUILD_TYPE=${{ matrix.build-type }} -S ./ -B ./build/ + cmake -DCPACK_GENERATOR=NPM -DCMAKE_BUILD_TYPE=${{ matrix.build-type }} -S ./ -B ./build/ cmake --build ./build/ --config ${{ matrix.build-type }} --target package -j # - name: Build and Install dependencies