Install libdebuginfod-dev.

This commit is contained in:
Bartosz Taudul 2022-06-16 15:01:24 +02:00
parent ce1b5a07fa
commit 89ef23da55
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v2
- name: Install linux libraries
if: ${{ matrix.os == 'ubuntu-22.04' }}
run: sudo apt-get update && sudo apt-get -y install libglfw3-dev libdbus-1-dev libcapstone-dev libtbb-dev
run: sudo apt-get update && sudo apt-get -y install libglfw3-dev libdbus-1-dev libcapstone-dev libtbb-dev libdebuginfod-dev
- name: Install macos libraries
if: ${{ matrix.os == 'macOS-latest' }}
run: brew install capstone tbb pkg-config glfw