Skip to content

Commit

Permalink
Fixed deploy build
Browse files Browse the repository at this point in the history
  • Loading branch information
MoneroOcean committed May 29, 2024
1 parent c274306 commit b0692c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

build_lin:
name: Build Ubuntu artifacts
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Prepare Ubuntu tools
run: |
Expand Down Expand Up @@ -80,15 +80,15 @@ jobs:
run: |
yum install -y centos-release-scl epel-release
yum install -y devtoolset-9
yum install -y git cmake libstdc++-static openssl-devel libmicrohttpd-devel libuv-devel glibc-static libuv-static
yum install -y git cmake3 libstdc++-static openssl-devel libmicrohttpd-devel libuv-devel glibc-static libuv-static
- name: Checkout code
run: |
git clone https://github.com/MoneroOcean/xmrig-proxy.git .
git checkout ${GITHUB_REF:10}
- name: Build project on CentOS 7
run: |
source /opt/rh/devtoolset-9/enable
cmake . -DWITH_TLS=OFF
cmake3 . -DWITH_TLS=OFF
make -j$(nproc)
cp src/config.json .
mv xmrig-proxy-notls xmrig-proxy
Expand Down

0 comments on commit b0692c2

Please sign in to comment.