Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThales Sabino <thales@codeplay.com>2020-08-14 16:10:39 +0300
committerThales Sabino <thales@codeplay.com>2020-08-14 16:10:39 +0300
commitc7707d1455b67d7eec4e7a905e4d6bb93d27b0b6 (patch)
tree396e07c03f11f5ce52f1027367f45518c397029d /.github
parent6e3f19d0c98cc4baed281bb64ed990740918769c (diff)
Update gcc.yml to install libgtk-3-dev
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/gcc.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/gcc.yml b/.github/workflows/gcc.yml
index 91fe6740..741a8bb7 100644
--- a/.github/workflows/gcc.yml
+++ b/.github/workflows/gcc.yml
@@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v2
- name: Install linux libraries
if: ${{ matrix.os == 'ubuntu-20.04' }}
- run: sudo apt-get update && sudo apt-get -y install libglfw3-dev libgtk2.0-dev libcapstone-dev libtbb-dev
+ run: sudo apt-get update && sudo apt-get -y install libglfw3-dev libgtk-3-dev libcapstone-dev libtbb-dev
- name: Install macos libraries
if: ${{ matrix.os == 'macOS-latest' }}
run: brew install capstone tbb pkg-config glfw