We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc10e0b commit 60bcc6fCopy full SHA for 60bcc6f
.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