Skip to content

Commit

Permalink
Merge pull request #5 from Haliris/git_action_mlx_compatibility
Browse files Browse the repository at this point in the history
added required mlx libraries for compilation
  • Loading branch information
Haliris authored Aug 15, 2024
2 parents 5cabf8e + 520f8c1 commit fedc58b
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 fedc58b

Please sign in to comment.