Update cmake-windows.yml
This commit is contained in:
parent
8ca56af191
commit
bc1b02e340
1 changed files with 14 additions and 3 deletions
17
.github/workflows/cmake-windows.yml
vendored
17
.github/workflows/cmake-windows.yml
vendored
|
@ -12,14 +12,25 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: test
|
- name: Install GIT
|
||||||
shell: powershell
|
shell: powershell
|
||||||
run: Install-Module posh-git -Scope CurrentUser -Force
|
run: Install-Module posh-git -Scope CurrentUser -Force
|
||||||
|
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: test 2
|
- name: Clone repos
|
||||||
shell: powershell
|
shell: powershell
|
||||||
run: git --version
|
run: |
|
||||||
|
git clone https://github.com/xmrig/xmrig.git
|
||||||
|
git clone https://github.com/xmrig/xmrig-deps.git
|
||||||
|
|
||||||
|
- uses: msys2/setup-msys2@v2
|
||||||
|
|
||||||
|
- shell: powershell
|
||||||
|
run: |
|
||||||
|
msys2 -c 'pacman -Syu'
|
||||||
|
msys2 -c 'uname -a'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue