Skip to content

Commit 60bcc6f

Browse files
authored
CI: fix package install
1 parent bc10e0b commit 60bcc6f

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)