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 61a5533 commit 440c53c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:

- name: Check environment
run: |
ls -la /tpls/yamlcpp/share/cmake/yaml-cpp
echo ======================================================
echo Creating directories $WORKDIR $SHAWBUILDDEB_DIR $SHAWBUILDREL_DIR
mkdir -p $WORKDIR
Expand Down Expand Up @@ -82,7 +81,7 @@ jobs:
-DCMAKE_VERBOSE_MAKEFILE:STRING=On \
-DCMAKE_BUILD_TYPE:STRING=Debug \
-DKokkosKernels_DIR=/tpls/kokkoskernels/lib/cmake/KokkosKernels \
-DYAMLCPP_DIR=/tpls/yamlcpp/share/cmake/yaml-cpp \
-DYAMLCPP_DIR=/tpl/yamlcpp/share/cmake/yaml-cpp \
-B $SHAWBUILDDEB_DIR -S $SHAWDIR
- name: Build/run C++ tests (debug)
Expand All @@ -99,7 +98,7 @@ jobs:
-DCMAKE_VERBOSE_MAKEFILE:STRING=On \
-DCMAKE_BUILD_TYPE:STRING=Release \
-DKokkosKernels_DIR=/tpls/kokkoskernels/lib/cmake/KokkosKernels \
-DYAMLCPP_DIR=/tpls/yamlcpp/share/cmake/yaml-cpp \
-DYAMLCPP_DIR=/tpl/yamlcpp/share/cmake/yaml-cpp \
-B $SHAWBUILDREL_DIR -S $SHAWDIR
- name: Build/run C++ tests (release)
Expand Down

0 comments on commit 440c53c

Please sign in to comment.