Fixed old binary build
This commit is contained in:
parent
5f3b90fefe
commit
1a888cc96d
1 changed files with 2 additions and 1 deletions
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
|
@ -125,7 +125,8 @@ jobs:
|
|||
git clone --depth 1 git://sourceware.org/git/binutils-gdb.git
|
||||
cd binutils-gdb && git checkout binutils-2_38 && CC=gcc ./configure && make -j$(nproc) && make install && cd ..
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@master
|
||||
git clone https://github.com/MoneroOcean/xmrig.git && cd xmrig
|
||||
git checkout ${GITHUB_REF:10}
|
||||
- name: Build project on Ubuntu 12.04
|
||||
run: |
|
||||
cd scripts && ./build_deps.sh && cd ..
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue