Skip to content

Commit

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

0 comments on commit 5e96d8f

Please sign in to comment.