mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Update gcc.yml to install libgtk-3-dev
This commit is contained in:
parent
6e3f19d0c9
commit
c7707d1455
2
.github/workflows/gcc.yml
vendored
2
.github/workflows/gcc.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Install linux libraries
|
- name: Install linux libraries
|
||||||
if: ${{ matrix.os == 'ubuntu-20.04' }}
|
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
|
- name: Install macos libraries
|
||||||
if: ${{ matrix.os == 'macOS-latest' }}
|
if: ${{ matrix.os == 'macOS-latest' }}
|
||||||
run: brew install capstone tbb pkg-config glfw
|
run: brew install capstone tbb pkg-config glfw
|
||||||
|
Loading…
Reference in New Issue
Block a user