Fixed bug

This commit is contained in:
MoneroOcean 2020-01-20 15:08:59 +07:00
parent a89a98f3db
commit 29faa30182

View file

@ -18,7 +18,7 @@ jobs:
rpm -i https://github.com/sipcapture/captagent/raw/master/dependency/centos/6/libuv-devel-1.8.0-1.el6.x86_64.rpm rpm -i https://github.com/sipcapture/captagent/raw/master/dependency/centos/6/libuv-devel-1.8.0-1.el6.x86_64.rpm
- name: Checkout code - name: Checkout code
run: | run: |
git clone git clone https://github.com/MoneroOcean/xmrig.git git clone https://github.com/MoneroOcean/xmrig.git
git checkout ${{github.ref}} git checkout ${{github.ref}}
cd xmrig cd xmrig
- name: Build project on CentOS 6 - name: Build project on CentOS 6