Skip to content

Commit

Permalink
CI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ned14 committed Jun 14, 2024
1 parent c79bd04 commit 9d86631
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unittests_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: CMake tests Linux
shell: bash
run: |
sudo apt-get remove -y libstdc++-10-dev g++-10 gcc-10 libstdc++-11-dev g++-11 gcc-11
sudo apt-get remove -y libstdc++-10-dev g++-10 gcc-10 libstdc++-11-dev g++-11 gcc-11 || true
sudo apt-get autoremove
if [ "${{ matrix.compiler }}" = "libc++" ]; then
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key|sudo apt-key add -;
Expand Down
1 change: 1 addition & 0 deletions cmake/headers.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ set(outcome_HEADERS
"include/outcome/iostream_support.hpp"
"include/outcome/outcome.hpp"
"include/outcome/outcome.natvis"
"include/outcome/outcome_gdb.h"
"include/outcome/policy/all_narrow.hpp"
"include/outcome/policy/base.hpp"
"include/outcome/policy/fail_to_compile_observers.hpp"
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 571f9c930e672950e99d5d30f743603aaaf8014c
#define OUTCOME_PREVIOUS_COMMIT_DATE "2024-03-13 20:29:49 +00:00"
#define OUTCOME_PREVIOUS_COMMIT_UNIQUE 571f9c93
#define OUTCOME_PREVIOUS_COMMIT_REF c79bd04d216b1c918dcebba66cf4de5fd67b1cb8
#define OUTCOME_PREVIOUS_COMMIT_DATE "2024-06-14 10:41:17 +00:00"
#define OUTCOME_PREVIOUS_COMMIT_UNIQUE c79bd04d

0 comments on commit 9d86631

Please sign in to comment.