From b48a9027dd08643051feafcaab434fe8f4016cea Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Tue, 20 Dec 2022 00:53:56 +0100 Subject: [PATCH] Add more packages on CI. --- .github/workflows/gcc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gcc.yml b/.github/workflows/gcc.yml index 0d1e355e..a4aaa761 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-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