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