1
0
mirror of https://github.com/anope/anope.git synced 2026-07-02 02:26:38 +02:00

Require C++17 to build Anope.

This commit is contained in:
Sadie Powell
2022-01-03 16:49:24 +00:00
parent aee1e53cb3
commit d76d747196
2 changed files with 6 additions and 12 deletions
-4
View File
@@ -7,7 +7,6 @@ jobs:
runs-on: ubuntu-20.04
env:
CXX: ${{ matrix.compiler }}
CXXFLAGS: -std=${{ matrix.standard }}
steps:
- uses: actions/checkout@v2
- name: Install dependencies
@@ -46,6 +45,3 @@ jobs:
compiler:
- clang++
- g++
standard:
- c++98
- c++17