add gtk to linux build setup

This commit is contained in:
Christopher A. Mosher 2023-01-05 07:10:52 -05:00
parent 9457f167ab
commit fd2aadfd17
1 changed files with 1 additions and 1 deletions

View File

@ -6,5 +6,5 @@ echo "::endgroup::"
echo "::group::install dependencies"
sudo apt-get -qqqq update
sudo apt-get -qqqq install libboost-all-dev libwxgtk3.2-dev libsdl2-dev
sudo apt-get -qqqq install libboost-all-dev libwxgtk3.2-dev libsdl2-dev libgtk-3-dev
echo "::endgroup::"