Skip to content

Commit

Permalink
#2: - fixed path
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinwrobel1986 committed Jan 17, 2022
1 parent e38dda2 commit c38351c
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 @@ -81,7 +81,7 @@ jobs:
-DCMAKE_VERBOSE_MAKEFILE:STRING=On \
-DCMAKE_BUILD_TYPE:STRING=Debug \
-DKokkosKernels_DIR=/tpl/kokkoskernels/lib/cmake/KokkosKernels \
-DYAMLCPP_DIR=/tpl/yamlcpp/share/cmake/yaml-cpp \
-Dyaml-cpp_DIR=/tpl/yamlcpp/share/cmake/yaml-cpp \
-B $SHAWBUILDDEB_DIR -S $SHAWDIR
- name: Build/run C++ tests (debug)
Expand All @@ -98,7 +98,7 @@ jobs:
-DCMAKE_VERBOSE_MAKEFILE:STRING=On \
-DCMAKE_BUILD_TYPE:STRING=Release \
-DKokkosKernels_DIR=/tpl/kokkoskernels/lib/cmake/KokkosKernels \
-DYAMLCPP_DIR=/tpl/yamlcpp/share/cmake/yaml-cpp \
-Dyaml-cpp_DIR=/tpl/yamlcpp/share/cmake/yaml-cpp \
-B $SHAWBUILDREL_DIR -S $SHAWDIR
- name: Build/run C++ tests (release)
Expand Down

0 comments on commit c38351c

Please sign in to comment.