Skip to content

Commit

Permalink
We should use shell syntax for env variables in 'run' sections
Browse files Browse the repository at this point in the history
  • Loading branch information
ababushk committed Aug 14, 2023
1 parent 27dbef4 commit be28bdf
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,7 @@ jobs:

- name: Install build dependencies
run: |
echo ${GITHUB_WORKSPACE}
ls -la ${GITHUB_WORKSPACE}
echo ${OPENVINO_REPO}
ls -la ${OPENVINO_REPO}
echo ${OPENVINO_CONTRIB_REPO}
ls -la ${OPENVINO_CONTRIB_REPO}
chmod +x ${{ env.OPENVINO_REPO }}/install_build_dependencies.sh
bash ${{ env.OPENVINO_REPO }}/install_build_dependencies.sh
${OPENVINO_REPO}/install_build_dependencies.sh
apt update
apt --assume-yes install openjdk-11-jdk libbz2-dev clang unzip libpugixml-dev libtbb-dev intel-opencl-icd ocl-icd-opencl-dev opencl-headers
Expand Down

0 comments on commit be28bdf

Please sign in to comment.