Skip to content
Snippets Groups Projects
Commit ce852cdd authored by Abhinav Singh's avatar Abhinav Singh
Browse files

reinstalling on MacOS with Clang

parent 74f2a296
No related branches found
No related tags found
No related merge requests found
...@@ -75,20 +75,16 @@ jobs: ...@@ -75,20 +75,16 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
brew install cmake wget gcc gnu-sed brew install cmake wget gcc gnu-sed
export CC=gcc-12
export CXX=g++-12
alias gcc=gcc-12
alias g++=g++-12
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:
submodules: true submodules: true
- name: ccache - name: ccache
uses: hendrikmuhs/ccache-action@v1.2 uses: hendrikmuhs/ccache-action@v1.2
- name: Restore Cache dependencies #- name: Restore Cache dependencies
uses: actions/cache/restore@v3 # uses: actions/cache/restore@v3
with: # with:
path: ~/openfpm_dependencies/ # path: ~/openfpm_dependencies/
key: dependencies-${{ github.ref }} # key: dependencies-${{ github.ref }}
- name: Build - name: Build
run: | run: |
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH" export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment