Skip to content

Commit

Permalink
try cmake twice
Browse files Browse the repository at this point in the history
  • Loading branch information
niyatim23 committed Nov 21, 2023
1 parent c2b9b63 commit 0bfdc11
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ jobs:
env:
CC: /usr/bin/clang
CXX: /usr/bin/clang++
LDFLAGS: -L/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib
CPATH: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/
AWS_KVS_LOG_LEVEL: 2
permissions:
id-token: write
Expand All @@ -99,7 +97,7 @@ jobs:
run: |
brew unlink openssl
mkdir build && cd build
cmake .. -DBUILD_TEST=TRUE -DCOMPILER_WARNINGS=TRUE
sh -c 'cmake .. -DBUILD_TEST=TRUE -DCOMPILER_WARNINGS=TRUE;cmake .. -DBUILD_TEST=TRUE -DCOMPILER_WARNINGS=TRUE'
make
- name: Run tests
run: |
Expand Down

0 comments on commit 0bfdc11

Please sign in to comment.