We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0ad3f3 commit d822d46Copy full SHA for d822d46
.github/workflows/cmake.yml
@@ -32,6 +32,8 @@ jobs:
32
- name: Install NetCDF-Fortran
33
run: sudo apt-get install libnetcdff-dev
34
35
+ - uses: actions/checkout@v4
36
+
37
38
- name: build kokkos
39
uses: ./.github/actions/install-repo
0 commit comments