Skip to content

Commit fc89254

Browse files
authored
Merge pull request #27 from ECP-copa/junghans-patch-1
CI: fix package install
2 parents bc10e0b + 60bcc6f commit fc89254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-20.04
1818
steps:
1919
- name: Install deps
20-
run: sudo apt-get install libsilo-dev openmpi-bin libopenmpi-dev
20+
run: sudo apt-get update && sudo apt-get install libsilo-dev openmpi-bin libopenmpi-dev
2121
- name: Checkout kokkos
2222
uses: actions/checkout@v2.2.0
2323
with:

0 commit comments

Comments
 (0)