Skip to content

Commit

Permalink
Update gcc path
Browse files Browse the repository at this point in the history
  • Loading branch information
stefankiesz authored Nov 28, 2023
1 parent 43e7e92 commit 60ca712
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,16 +67,15 @@ jobs:
mac-os-m1-build-gcc:
runs-on: macos-13-xlarge
env:
CC: /usr/local/bin/gcc-13
CXX: /usr/local/bin/g++-13
CC: /opt/homebrew/bin/gcc-13
CXX: /opt/homebrew/bin/g++-13
AWS_KVS_LOG_LEVEL: 2
steps:
- name: Clone repository
uses: actions/checkout@v2
- name: Build repository
run: |
brew unlink openssl
ls /opt/homebrew/bin
mkdir build && cd build
sh -c 'cmake .. -DBUILD_TEST=TRUE;cmake .. -DBUILD_TEST=TRUE'
make
Expand Down

0 comments on commit 60ca712

Please sign in to comment.