We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc10e0b + 60bcc6f commit fc89254Copy full SHA for fc89254
.github/workflows/CI.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ubuntu-20.04
18
steps:
19
- name: Install deps
20
- run: sudo apt-get install libsilo-dev openmpi-bin libopenmpi-dev
+ run: sudo apt-get update && sudo apt-get install libsilo-dev openmpi-bin libopenmpi-dev
21
- name: Checkout kokkos
22
uses: actions/checkout@v2.2.0
23
with:
0 commit comments