Skip to content

Commit

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

0 comments on commit 7c22d4d

Please sign in to comment.