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

separating macos and almalinux dep

parent 78a2f68c
No related branches found
No related tags found
No related merge requests found
......@@ -29,8 +29,8 @@ jobs:
wget https://github.com/ccache/ccache/releases/download/v4.8/ccache-4.8-linux-x86_64.tar.xz
tar -xvf ccache-4.8-linux-x86_64.tar.xz -C ~
export PATH="~/ccache-4.8-linux-x86_64/ccache:$PATH"
mkdir -p ~/openfpm_dependencies/${{ github.ref }/openfpm_dep/ccache
export CCACHE_DIR="$HOME/openfpm_dependencies/${{ github.ref }/openfpm_dep/ccache"
mkdir -p ~/openfpm_dependencies/${{ github.ref }}/openfpm_dep/ccache
export CCACHE_DIR="$HOME/openfpm_dependencies/${{ github.ref }}/openfpm_dep/ccache"
- name: Build
run: |
export PATH="~/openfpm_dependencies/ccache-4.8-linux-x86_64/ccache:$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