Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MoneroOcean committed Mar 24, 2024
1 parent 1e758c9 commit b14fcf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Expand Up @@ -8,7 +8,7 @@ name: Create release and build artifacts
jobs:
build_win:
name: Build Windows artifacts
runs-on: windows-latest
runs-on: windows-2019
steps:
- name: Checkout code
uses: actions/checkout@master
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
run: |
yum install -y centos-release-scl epel-release
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
run: |
git clone https://github.com/MoneroOcean/xmrig.git .
Expand Down

0 comments on commit b14fcf3

Please sign in to comment.