Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ROZ-MOFUMOFU-ME authored Apr 30, 2024
1 parent f70bf05 commit 8b142d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- run:
name: Install dependencies
command: |
sudo apt update && sudo apt install -y g++-9
sudo apt install -y g++-9
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-9 90
- run:
name: Run build
Expand Down

0 comments on commit 8b142d5

Please sign in to comment.