mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-08 08:23:34 -05:00
Fixed bug
This commit is contained in:
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@@ -24,6 +24,7 @@ jobs:
|
|||||||
git checkout ${GITHUB_REF:10}
|
git checkout ${GITHUB_REF:10}
|
||||||
- name: Build project on CentOS 6
|
- name: Build project on CentOS 6
|
||||||
run: |
|
run: |
|
||||||
|
cd xmrig
|
||||||
scl enable devtoolset-6 "cmake . -DWITH_TLS=OFF -DWITH_HTTPD=OFF -DWITH_HWLOC=OFF"
|
scl enable devtoolset-6 "cmake . -DWITH_TLS=OFF -DWITH_HTTPD=OFF -DWITH_HWLOC=OFF"
|
||||||
scl enable devtoolset-6 "make -j$(nproc)"
|
scl enable devtoolset-6 "make -j$(nproc)"
|
||||||
cp src/config.json .
|
cp src/config.json .
|
||||||
@@ -33,7 +34,7 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: centos6_build
|
name: centos6_build
|
||||||
path: ./xmrig-${GITHUB_REF:10}-lin64.tar.gz
|
path: xmrig/xmrig-${GITHUB_REF:10}-lin64.tar.gz
|
||||||
deploy:
|
deploy:
|
||||||
needs: build_lin_rh6
|
needs: build_lin_rh6
|
||||||
name: Create release and upload artifacts
|
name: Create release and upload artifacts
|
||||||
|
|||||||
Reference in New Issue
Block a user