Skip to content

Commit fbb17da

Browse files
committed
Remove unneeded failing step
1 parent 98c55ab commit fbb17da

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.github/workflows/cuda.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,6 @@ jobs:
8585
.. \
8686
--debug-output
8787
88-
- name: Display CMake Logs
89-
if: failure()
90-
run: |
91-
cd ../boost-root/__build__
92-
cat CMakeFiles/CMakeOutput.log
93-
cat CMakeFiles/CMakeError.log
94-
9588
- name: Build tests
9689
run: |
9790
cd ../boost-root/__build__

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if(HAVE_BOOST_TEST)
2020
message(STATUS "Building boost.crypt tests without CUDA")
2121

2222
boost_test_jamfile(
23-
FILE jamfile
23+
FILE Jamfile
2424
LINK_LIBRARIES Boost::crypt Boost::core
2525
)
2626
endif()

0 commit comments

Comments
 (0)