Skip to content

Commit

Permalink
cpp11
Browse files Browse the repository at this point in the history
  • Loading branch information
bassmang committed Oct 30, 2023
1 parent b0e7ec7 commit bed6b57
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/vendor_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
os: ["ubuntu-22.04", "ubuntu-20.04"]
build_type: ["Debug", "Release"]
compiler:
- { cc: "gcc", cxx: "g++", version: "11"}
- { cc: "gcc", cxx: "g++"}
- { cc: "clang", cxx: "clang++"}
runs-on: ${{matrix.os}}
steps:
Expand Down Expand Up @@ -49,7 +49,6 @@ jobs:
-DVW_INSTALL=Off
-DWARNINGS=On
-DWARNING_AS_ERROR=On
-DUSE_LATEST_STD=On
- name: Build
run: cmake --build build
- name: Unit tests
Expand All @@ -76,7 +75,6 @@ jobs:
- name: Configure
run: >
cmake -S "${{ env.SOURCE_DIR }}" -B "${{ env.CMAKE_BUILD_DIR }}" -A "x64"
-DCMAKE_CXX_STANDARD=11
-DUSE_LATEST_STD=On
-DVW_FEAT_FLATBUFFERS=Off
-DVW_FEAT_CSV=On
Expand Down

0 comments on commit bed6b57

Please sign in to comment.