mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-10 01:02:40 -05:00
Fixed old binary build
This commit is contained in:
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 ..
|
||||
|
||||
Reference in New Issue
Block a user