Update deploy.yml
This commit is contained in:
parent
1e758c9090
commit
b14fcf3745
1 changed files with 2 additions and 2 deletions
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
@ -8,7 +8,7 @@ name: Create release and build artifacts
|
||||||
jobs:
|
jobs:
|
||||||
build_win:
|
build_win:
|
||||||
name: Build Windows artifacts
|
name: Build Windows artifacts
|
||||||
runs-on: windows-latest
|
runs-on: windows-2019
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
|
@ -87,7 +87,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
yum install -y centos-release-scl epel-release
|
yum install -y centos-release-scl epel-release
|
||||||
yum install -y devtoolset-9
|
yum install -y devtoolset-9
|
||||||
yum install -y wget git cmake3 automake libtool autoconf libstdc++-static glibc-static
|
yum install -y wget git cmake3 automake libtool autoconf libstdc++-static glibc-static perl-IPC-Cmd
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
run: |
|
run: |
|
||||||
git clone https://github.com/MoneroOcean/xmrig.git .
|
git clone https://github.com/MoneroOcean/xmrig.git .
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue