Skip to content

Commit 586f33c

Browse files
committed
misc
1 parent 5d52431 commit 586f33c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/unit-tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
- if: "matrix.os == 'ubuntu-20.04'"
4747
name: "Install gcc-10 (for c++20)"
4848
run: |-
49+
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
4950
sudo apt-get update
5051
sudo DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \
5152
g++-11 \

src/ystdlib/error_handling/test-ErrorCode.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
#include <array>
33
#include <string_view>
44
#include <system_error>
5-
#include <type_traits>
65

76
#include <ystdlib/error_handling/ErrorCode.hpp>
87

0 commit comments

Comments
 (0)