diff --git a/.github/workflows/group.yaml b/.github/workflows/group.yaml index a3738c460b..27decb7bac 100644 --- a/.github/workflows/group.yaml +++ b/.github/workflows/group.yaml @@ -9,7 +9,7 @@ jobs: - name: Install dependencies run: | sudo apt update - sudo apt install -y --no-install-recommends wget software-properties-common libhwloc libhwloc-devel libevent libevent-dev + sudo apt install -y --no-install-recommends wget software-properties-common hwloc libhwloc-devel libevent-2.1-7t64 libevent-dev - uses: actions/checkout@v4 with: submodules: recursive