From e3fc21020ca1dfa55b847d50351d174fff673fe4 Mon Sep 17 00:00:00 2001 From: levinsv <44033647+levinsv@users.noreply.github.com> Date: Sat, 3 Feb 2024 18:40:50 +0500 Subject: [PATCH] Update cmake-single-platform.yml --- .github/workflows/cmake-single-platform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake-single-platform.yml b/.github/workflows/cmake-single-platform.yml index ad51928..6ead2b1 100644 --- a/.github/workflows/cmake-single-platform.yml +++ b/.github/workflows/cmake-single-platform.yml @@ -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++