create dirs (#19769)
This commit is contained in:
parent
08fb0a2722
commit
e9f4e4db65
4
.github/workflows/linux_arm64.yml
vendored
4
.github/workflows/linux_arm64.yml
vendored
@ -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++
|
||||||
|
Loading…
Reference in New Issue
Block a user