Skip to content

Commit

Permalink
Merge branch 'main' into init_makefile_libft
Browse files Browse the repository at this point in the history
  • Loading branch information
Haliris authored Aug 15, 2024
2 parents dbf7027 + fedc58b commit 240168e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
sudo apt-get install -y software-properties-common
sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
sudo apt-get update
sudo apt-get install -y gcc-10 g++-10 libreadline-dev
sudo apt-get install -y gcc-10 g++-10 libreadline-dev libbsd-dev libx11-dev libxext-dev libxrender-dev libxrandr-dev libxi-dev
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-10 10
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-10 10
Expand Down

0 comments on commit 240168e

Please sign in to comment.