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

Fixing yml

parent 46542918
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,9 @@ jobs:
run: |
yum install -y openssh-clients cmake wget git gcc-c++ gcc-gfortran python39 bzip2 diffutils zlib-devel rpm-build
ln -s /usr/bin/python3 /usr/bin/python
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"
- uses: actions/checkout@v3
with:
submodules: true
......@@ -25,10 +28,6 @@ jobs:
path: ~/openfpm_dependencies/
key: dependencies-${{ github.ref }}
- name: Setup ccache
run: |
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 ~/openfpm_dependencies/
export PATH="~/openfpm_dependencies/ccache-4.8-linux-x86_64/ccache:$PATH"
uses: Chocobo1/setup-ccache-action@v1
- name: Build
run: |
......
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