Skip to content

Commit

Permalink
#2: - uncommented yaml cpp dir
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinwrobel1986 committed Jan 17, 2022
1 parent a60cc47 commit 9750c97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
-DCMAKE_BUILD_TYPE:STRING=Debug \
-DKokkosKernels_DIR=/tpls/kokkoskernels/lib/cmake/KokkosKernels \
-B $SHAWBUILDDEB_DIR -S $SHAWDIR
#-Dyaml-cpp_DIR=/tpls/yamlcpp/share/cmake/yaml-cpp \
-Dyaml-cpp_DIR=/tpls/yamlcpp/share/cmake/yaml-cpp \
- name: Build/run C++ tests (debug)
run: |
Expand All @@ -99,7 +99,7 @@ jobs:
-DCMAKE_BUILD_TYPE:STRING=Release \
-DKokkosKernels_DIR=/tpls/kokkoskernels/lib/cmake/KokkosKernels \
-B $SHAWBUILDREL_DIR -S $SHAWDIR
#-Dyaml-cpp_DIR=/tpls/yamlcpp/share/cmake/yaml-cpp \
-Dyaml-cpp_DIR=/tpls/yamlcpp/share/cmake/yaml-cpp \
- name: Build/run C++ tests (release)
run: |
Expand Down

0 comments on commit 9750c97

Please sign in to comment.