Update cmake-windows.yml
This commit is contained in:
parent
a68ac14b77
commit
26efc7be65
1 changed files with 7 additions and 4 deletions
11
.github/workflows/cmake-windows.yml
vendored
11
.github/workflows/cmake-windows.yml
vendored
|
@ -27,7 +27,10 @@ jobs:
|
|||
- uses: msys2/setup-msys2@v2
|
||||
|
||||
- shell: powershell
|
||||
run: |
|
||||
msys2 -c 'pacman -Syu'
|
||||
msys2 -c 'pacman -S mingw-w64-x86_64-gcc git make --noconfirm'
|
||||
msys2 -c 'mkdir xmrig/build && cd xmrig/build'
|
||||
run: msys2 -c 'pacman -Syu'
|
||||
- shell: powershell
|
||||
run: msys2 -c 'Y | pacman -S mingw-w64-x86_64-gcc git make'
|
||||
- shell: powershell
|
||||
run: msys2 -c 'mkdir xmrig/build && cd xmrig/build'
|
||||
- shell: powershell
|
||||
run: msys2 -c 'cmake .. -G "Unix Makefiles" -DXMRIG_DEPS=c:/xmrig-deps/gcc/x64'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue