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:
- name: Install dependencies
run: |
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
with:
submodules: true
- name: ccache
uses: hendrikmuhs/ccache-action@v1.2
- name: Restore Cache dependencies
uses: actions/cache/restore@v3
with:
path: ~/openfpm_dependencies/
key: dependencies-${{ github.ref }}
#- name: Restore Cache dependencies
# uses: actions/cache/restore@v3
# with:
# path: ~/openfpm_dependencies/
# key: dependencies-${{ github.ref }}
- name: Build
run: |
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