Skip to content

Commit

Permalink
Corrected home directory on windows10.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAce committed Jun 1, 2021
1 parent 25de94d commit ff06fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
-DCMAKE_BUILD_TYPE=Debug \
-DBUILD_SHARED_LIBS:BOOL=${{ matrix.shared }} \
-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
-DCMAKE_INSTALL_PREFIX:PATH=${{ home }}/h5pp \
-DCMAKE_INSTALL_PREFIX:PATH=~/h5pp \
-DH5PP_ENABLE_EIGEN3:BOOL=ON \
-DH5PP_ENABLE_SPDLOG:BOOL=ON \
-DH5PP_ENABLE_ASAN:BOOL=OFF \
Expand Down

0 comments on commit ff06fab

Please sign in to comment.