Skip to content

Commit

Permalink
Fixed CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MoneroOcean committed Oct 23, 2024
1 parent d6e95f2 commit cefcda4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit cefcda4

Please sign in to comment.