Skip to content

Commit

Permalink
create dirs (openvinotoolkit#19769)
Browse files Browse the repository at this point in the history
  • Loading branch information
akashchi authored Sep 12, 2023
1 parent 08fb0a2 commit e9f4e4d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/linux_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@ jobs:
- name: Install conan and dependencies
run: |
# create build directories
mkdir -p ${{ env.BUILD_DIR }}/linux_arm64 ${{ env.BUILD_DIR }}/dependencies
python3 -m pip install conan
# install build profile compilers
sudo -E apt --assume-yes install gcc g++
Expand Down

0 comments on commit e9f4e4d

Please sign in to comment.