Add more packages on CI.

This commit is contained in:
Bartosz Taudul 2022-12-20 00:53:56 +01:00
parent 115f286acf
commit b48a9027dd
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3
1 changed files with 1 additions and 1 deletions

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 libdbus-1-dev libcapstone-dev libtbb-dev libdebuginfod-dev libxkbcommon-dev
run: sudo apt-get update && sudo apt-get -y install libdbus-1-dev libcapstone-dev libtbb-dev libdebuginfod-dev libxkbcommon-dev libegl-dev libwayland-dev
- name: Install macos libraries
if: ${{ matrix.os == 'macOS-latest' }}
run: brew install capstone tbb pkg-config glfw