Skip to content

Commit

Permalink
just remove latest for ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
bassmang committed Oct 30, 2023
1 parent bed6b57 commit da82d06
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/vendor_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
CXX: ${{matrix.compiler.cxx}}
run: >
cmake -S . -B build -G Ninja
-DCMAKE_CXX_STANDARD=11
-DCMAKE_BUILD_TYPE=${{matrix.build_type}}
-DVW_FEAT_FLATBUFFERS=Off
-DVW_FEAT_CSV=On
Expand Down Expand Up @@ -108,7 +107,6 @@ jobs:
- name: Configure
run: >
cmake -S . -B build -G Ninja
-DCMAKE_CXX_STANDARD=11
-DCMAKE_BUILD_TYPE=${{matrix.build_type}}
-DVW_FEAT_FLATBUFFERS=Off
-DVW_FEAT_CSV=On
Expand Down

0 comments on commit da82d06

Please sign in to comment.