Update cmake-windows.yml
This commit is contained in:
parent
1db6fb5b8c
commit
886a9005c5
1 changed files with 1 additions and 7 deletions
8
.github/workflows/cmake-windows.yml
vendored
8
.github/workflows/cmake-windows.yml
vendored
|
@ -39,12 +39,6 @@ jobs:
|
|||
|
||||
- uses: msys2/setup-msys2@v2
|
||||
|
||||
- shell: powershell
|
||||
run: msys2 -c 'pacman -S mingw-w64-x86_64-gcc git make --noconfirm'
|
||||
- shell: powershell
|
||||
run: msys2 -c 'mkdir xmrig/build'
|
||||
- shell: powershell
|
||||
run: msys2 -c 'ls'
|
||||
- shell: msys2 {0}
|
||||
run:
|
||||
pacman -Syu --noconfirm
|
||||
|
@ -53,5 +47,5 @@ jobs:
|
|||
cd xmrig/build
|
||||
ls
|
||||
pwd
|
||||
'C:\Program Files\CMake\bin\cmake.exe' .. -G "Unix Makefiles" -DXMRIG_DEPS=../xmrig-deps/gcc/x64
|
||||
'C:\Program Files\CMake\bin\cmake.exe' .. -G "Unix Makefiles" -DXMRIG_DEPS=../../xmrig-deps/gcc/x64
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue