Skip to content

Commit

Permalink
Add ci
Browse files Browse the repository at this point in the history
  • Loading branch information
xsuler committed Feb 7, 2025
1 parent 24efd92 commit ce272ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Set up environment
run: |
sudo apt-get update
sudo apt-get install -y python-pip
sudo apt-get install -y python3-pip
sudo add-apt-repository ppa:ubuntu-toolchain-r/ppa -y
sudo apt-get install -y build-essential gcc-10 g++-10
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-10 100
Expand Down

0 comments on commit ce272ae

Please sign in to comment.