create dirs (#19769)

This commit is contained in:
Andrey Kashchikhin 2023-09-12 21:37:22 +01:00 committed by GitHub
parent 08fb0a2722
commit e9f4e4db65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -120,6 +120,10 @@ jobs:
- name: Install conan and dependencies - name: Install conan and dependencies
run: | run: |
# create build directories
mkdir -p ${{ env.BUILD_DIR }}/linux_arm64 ${{ env.BUILD_DIR }}/dependencies
python3 -m pip install conan python3 -m pip install conan
# install build profile compilers # install build profile compilers
sudo -E apt --assume-yes install gcc g++ sudo -E apt --assume-yes install gcc g++