[CI] [GHA] Create only build directory for conan build (#19789)

* create only build dir

* rm triggers
This commit is contained in:
Andrey Kashchikhin 2023-09-13 10:08:04 +01:00 committed by GitHub
parent 8cff0697a7
commit 1f0c98ed8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,8 +121,8 @@ jobs:
- name: Install conan and dependencies
run: |
# create build directories
mkdir -p ${{ env.BUILD_DIR }}/linux_arm64 ${{ env.BUILD_DIR }}/dependencies
# create build directory
mkdir -p ${{ env.BUILD_DIR }}
python3 -m pip install conan
# install build profile compilers