Skip to content

Commit

Permalink
docs: list tested compiler (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
Viatorus authored Nov 1, 2023
1 parent 3a60714 commit cc0ac15
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ jobs:
echo "CC=gcc-12" >> $GITHUB_ENV
echo "CXX=g++-12" >> $GITHUB_ENV
elif [[ "$compiler" == "gcc-13" ]]; then
sudo apt-get install build-essential software-properties-common -y
sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
sudo apt update && sudo apt install -y gcc-13 g++-13
echo "CC=gcc-13" >> $GITHUB_ENV
echo "CXX=g++-13" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ FetchContent_MakeAvailable(emio)
- Download the [single header file](https://viatorus.github.io/emio/) generated with [Quom](https://github.com/Viatorus/quom)
- From [Conan Center](https://conan.io/center/recipes/emio)

A compiler supporting C++20 is required. Tested with GCC 11.3 and Clang 15.
A compiler supporting C++20 is required. Tested with GCC 11/12/13 and Clang 16/17.

## Contributing

Expand Down

0 comments on commit cc0ac15

Please sign in to comment.