Fixed old binary build

This commit is contained in:
MoneroOcean 2024-08-12 04:28:30 +03:00
parent 5f3b90fefe
commit 1a888cc96d

View file

@ -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 ..