Skip to content

Commit

Permalink
Fix libc++ job
Browse files Browse the repository at this point in the history
  • Loading branch information
d-frey committed Nov 15, 2024
1 parent 525e738 commit 4bd56be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
strategy:
fail-fast: false
matrix:
flags: ["-stdlib=libc++","-D_GLIBCXX_USE_CXX11_ABI=0"]
flags: ["-D_GLIBCXX_USE_CXX11_ABI=0"]
build_type: [Debug, Release]

runs-on: ubuntu-24.04
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:

- run: sudo apt-get update -yq

- run: sudo apt-get install -yq libpq-dev libc++-dev
- run: sudo apt-get install -yq libpq-dev

- run: cmake -E make_directory build

Expand All @@ -114,7 +114,7 @@ jobs:
strategy:
fail-fast: false
matrix:
flags: ["-fms-extensions"]
flags: ["-stdlib=libc++","-fms-extensions"]
build_type: [Debug, Release]

runs-on: ubuntu-24.04
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:

- run: sudo apt-get update -yq

- run: sudo apt-get install -yq libpq-dev
- run: sudo apt-get install -yq libpq-dev libc++-dev

- run: cmake -E make_directory build

Expand Down

0 comments on commit 4bd56be

Please sign in to comment.