|
15 | 15 | - "**.h"
|
16 | 16 | - "windows/**"
|
17 | 17 | pull_request:
|
18 |
| - types: [opened, synchronize, reopened] |
| 18 | + types: [ opened, synchronize, reopened ] |
19 | 19 | paths:
|
20 | 20 | - ".github/workflows/build_windows.yml"
|
21 | 21 | - "**.c"
|
|
34 | 34 | msbuild-architecture: x64
|
35 | 35 | - name: Install gpac
|
36 | 36 | run: choco install gpac --version 2.4.0
|
| 37 | + - name: Install nanomsg |
| 38 | + run: choco install nanomsg |
37 | 39 | - name: Setup vcpkg
|
38 | 40 | run: mkdir C:\vcpkg\.cache
|
39 | 41 | - name: Cache vcpkg
|
|
48 | 50 | git clone https://github.com/microsoft/vcpkg
|
49 | 51 | ./vcpkg/bootstrap-vcpkg.bat
|
50 | 52 | - name: Install dependencies
|
51 |
| - run: ${{ github.workspace }}/vcpkg/vcpkg.exe install nanomsg --x-install-root ${{ github.workspace }}/vcpkg/installed/ |
| 53 | + run: ${{ github.workspace }}/vcpkg/vcpkg.exe install --x-install-root ${{ github.workspace }}/vcpkg/installed/ |
52 | 54 | working-directory: windows
|
53 | 55 | - uses: actions-rs/toolchain@v1
|
54 | 56 | with:
|
|
85 | 87 | msbuild-architecture: x64
|
86 | 88 | - name: Install gpac
|
87 | 89 | run: choco install gpac --version 2.4.0
|
| 90 | + - name: Install nanomsg |
| 91 | + run: choco install nanomsg |
88 | 92 | - name: Setup vcpkg
|
89 | 93 | run: mkdir C:\vcpkg\.cache
|
90 | 94 | - name: Cache vcpkg
|
|
99 | 103 | git clone https://github.com/microsoft/vcpkg
|
100 | 104 | ./vcpkg/bootstrap-vcpkg.bat
|
101 | 105 | - name: Install dependencies
|
102 |
| - run: ${{ github.workspace }}/vcpkg/vcpkg.exe install nanomsg --x-install-root ${{ github.workspace }}/vcpkg/installed/ |
| 106 | + run: ${{ github.workspace }}/vcpkg/vcpkg.exe install --x-install-root ${{ github.workspace }}/vcpkg/installed/ |
103 | 107 | working-directory: windows
|
104 | 108 | - uses: actions-rs/toolchain@v1
|
105 | 109 | with:
|
|
0 commit comments