Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
linzuzeng committed Jun 25, 2024
1 parent 7c22d4d commit c4ad482
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ jobs:
- name: Install dependencies and build
run: |
sudo apt-get update
sudo apt-get install -y clang-11 llvm-11
sudo apt-get install -y clang-11 llvm-11
sudo apt-get remove gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
pip3 install virtualenv
virtualenv venv
source venv/bin/activate
Expand Down

0 comments on commit c4ad482

Please sign in to comment.