Update cmake-windows.yml
This commit is contained in:
parent
bc1b02e340
commit
4a4914bb33
1 changed files with 4 additions and 7 deletions
11
.github/workflows/cmake-windows.yml
vendored
11
.github/workflows/cmake-windows.yml
vendored
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue