Skip to content

Commit

Permalink
change extract lin dir
Browse files Browse the repository at this point in the history
  • Loading branch information
mryzhov committed Jan 20, 2025
1 parent 4b39309 commit d0496f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/job_openvino_js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
merge-multiple: true

- name: Extract OpenVINO packages
run: pigz -dc openvino_js_package.tar.gz | tar -xf - -C ${OPENVINO_JS_DIR}
run: pigz -dc openvino_js_package.tar.gz | tar -xf - -C ${OPENVINO_JS_LIBS_DIR}
working-directory: ${{ env.OPENVINO_JS_LIBS_DIR }}

- name: Setup Node ${{ env.NODE_VERSION }}
Expand Down

0 comments on commit d0496f0

Please sign in to comment.