Skip to content

Commit

Permalink
attempt to fix arm ci 2
Browse files Browse the repository at this point in the history
  • Loading branch information
AmyrAhmady authored Sep 22, 2023
1 parent 5e96d8f commit a696381
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,9 @@ jobs:
cpu: cortex-a7
commands: |
apt update && apt install -y ninja-build clang-11 python3-pip libstdc++6 libc6
pip install --upgrade pip setuptools wheel
pip3 install --user -v "conan==1.59.0"
pip3 install --user cmake
pip3 install --user -v "cmake==3.23.3"
export CC=/usr/bin/clang-11
export CXX=/usr/bin/clang++-11
export PATH=~/.local/bin:${PATH}
Expand Down

0 comments on commit a696381

Please sign in to comment.