Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vimarsh6739 authored Jan 14, 2025
1 parent 8e605a5 commit aa22586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
if [ "$(expr substr $(uname -s) 1 5)" == "Linux" ]; then
sudo apt-get update
sudo apt-get install -y git gcc g++ gcc-12 g++-12 #python3 python3-dev python3-pip
sudo apt-get install -y git gcc g++ gcc-12 g++-12 libc6-dev #python3 python3-dev python3-pip
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-12 100
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-11 50
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-12 100
Expand Down

0 comments on commit aa22586

Please sign in to comment.