diff --git a/.github/workflows/group.yaml b/.github/workflows/group.yaml index 38b0469cd4..caab94c13a 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 hwloc libhwloc-dev libevent-2.1-7t64 libevent-dev + sudo apt install -y --no-install-recommends wget software-properties-common hwloc libhwloc-dev libevent libevent-dev - uses: actions/checkout@v4 with: submodules: recursive