From cefcda451373b24c4c19bc1c2e0b43aaa7283f47 Mon Sep 17 00:00:00 2001 From: MoneroOcean Date: Wed, 23 Oct 2024 23:07:57 +0300 Subject: [PATCH] Fixed CI --- .github/workflows/deploy.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 18ec2e205..7a11e25a7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -127,10 +127,11 @@ jobs: git clone --depth 1 git://sourceware.org/git/binutils-gdb.git /tmp/binutils-gdb (cd /tmp/binutils-gdb && git checkout binutils-2_38 && CC=gcc ./configure && make -j$(nproc) && make install) - git clone https://github.com/MoneroOcean/xmrig.git . + git clone https://github.com/MoneroOcean/xmrig.git + cd xmrig git checkout $GITHUB_REF_NAME - cd scripts && ./build_deps.sh && cd .. + (cd scripts && ./build_deps.sh && cd ..) /opt/cmake-3.27.9-linux-x86_64/bin/cmake . -DXMRIG_DEPS=scripts/deps make -j$(nproc) cp src/config.json .