Update cmake-windows.yml

This commit is contained in:
RedxLus 2021-01-13 05:01:27 +01:00
parent bc1b02e340
commit 4a4914bb33

View file

@ -12,12 +12,12 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install GIT
shell: powershell
run: Install-Module posh-git -Scope CurrentUser -Force
- uses: actions/checkout@v2
- name: Clone repos
shell: powershell
run: |
@ -29,8 +29,5 @@ jobs:
- shell: powershell
run: |
msys2 -c 'pacman -Syu'
msys2 -c 'uname -a'
msys2 -c 'pacman -S mingw-w64-x86_64-gcc git make'
msys2 -c 'mkdir xmrig/build && cd xmrig/build'