diff options
author | Sadie Powell <sadie@witchery.services> | 2022-01-03 16:49:24 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2022-01-03 19:02:44 +0000 |
commit | d76d74719687bd2bce2af661208e77db365c1b2d (patch) | |
tree | fa7e68e4c8d7b8eadec75a9b5690956d5b0d1ce2 /.github | |
parent | aee1e53cb3bec6d30f171bfbc14a69be46a3f31c (diff) |
Require C++17 to build Anope.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci-linux.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index 62e0cbb4e..c0c240ee8 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -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 |