Skip to content

Commit

Permalink
Try again FreeBSD CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
ned14 committed Aug 15, 2023
1 parent 7a5f457 commit cb70e8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unittests_freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
operating_system: freebsd
version: '13.2'
run: |
ctest -S .ci.cmake -VV --timeout 900 "-DCTEST_CONFIGURE_OPTIONS=$CMAKE_CONFIGURE_OPTIONS"
ctest -S .ci.cmake -VV --timeout 900
- name: Upload Test Results
if: always()
Expand Down
6 changes: 3 additions & 3 deletions include/outcome/detail/revision.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ Distributed under the Boost Software License, Version 1.0.
*/

// Note the second line of this file must ALWAYS be the git SHA, third line ALWAYS the git SHA update time
#define OUTCOME_PREVIOUS_COMMIT_REF d45173e172a9884022ec5795e7f9fc9096d4edd2
#define OUTCOME_PREVIOUS_COMMIT_DATE "2023-07-20 08:44:04 +00:00"
#define OUTCOME_PREVIOUS_COMMIT_UNIQUE d45173e1
#define OUTCOME_PREVIOUS_COMMIT_REF 018620768577911c9b259275a5957525d55ad09a
#define OUTCOME_PREVIOUS_COMMIT_DATE "2023-08-15 12:55:27 +00:00"
#define OUTCOME_PREVIOUS_COMMIT_UNIQUE 01862076

0 comments on commit cb70e8f

Please sign in to comment.