Skip to content

Commit

Permalink
Set cpack generator as NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
vishniakov-nikolai committed Nov 26, 2024
1 parent 599713b commit 7784bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7784bba

Please sign in to comment.