Update cmake-single-platform.yml

This commit is contained in:
levinsv 2024-02-03 18:40:50 +05:00 committed by GitHub
parent ad63c4f665
commit e3fc21020c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,7 +29,7 @@ jobs:
- name: Install wxWidgets
run: |
sudo apt-get update
sudo apt-get install libwxgtk3.2-gtk3-dev
sudo apt-get install libwxgtk3.2-dev
- name: Display versions of tools and libraries
continue-on-error: true
run: uname -a; wx-config --list; wx-config --cxxflags; wx-config --libs; g++ --version | grep g++