Skip to content

Commit

Permalink
Correct package names
Browse files Browse the repository at this point in the history
Signed-off-by: Ralph Castain <[email protected]>
  • Loading branch information
rhc54 committed Dec 18, 2024
1 parent a2772fc commit cd2b7b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/group.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name: GROUP
on: [pull_request]

jobs:
hdf5-testsuite:
group-testsuite:
runs-on: ubuntu-22.04
steps:
- name: Install dependencies
run: |
sudo apt update
sudo apt install -y --no-install-recommends wget software-properties-common hwloc hwloc-devel libevent libevent-devel
sudo apt install -y --no-install-recommends wget software-properties-common libhwloc libhwloc-devel libevent libevent-dev
- uses: actions/checkout@v4
with:
submodules: recursive
Expand Down

0 comments on commit cd2b7b3

Please sign in to comment.