Skip to content

Commit

Permalink
fix pg complier error on clang
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacyking committed Apr 8, 2024
1 parent d2b469f commit a3c3bd3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci-pgsql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,17 @@ jobs:
strategy:
fail-fast: false
matrix:
compiler: [ gcc, clang ]
configuration: [ Debug, Release ]
os: [ ubuntu-latest ] # macos-latest, ubuntu-latest, windows-latest
include:
- os: ubuntu-latest
compiler: gcc
cc: g++
cc: gcc
cxx: g++
- os: ubuntu-latest
compiler: clang
cc: clang++
cc: clang
cxx: clang++

services:
Expand Down

0 comments on commit a3c3bd3

Please sign in to comment.