Fixed old binary build

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

View file

@ -125,6 +125,7 @@ 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
run: |
git clone https://github.com/MoneroOcean/xmrig.git && cd xmrig
git checkout ${GITHUB_REF:10}
- name: Build project on Ubuntu 12.04