mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 10:33:52 +01:00
Problem: add-path no longer supported in Github Action
Solution: update setup-bsbuild action version https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
This commit is contained in:
parent
d77c60a0db
commit
bb15d9dd77
6
.github/workflows/CI.yaml
vendored
6
.github/workflows/CI.yaml
vendored
@ -53,10 +53,12 @@ jobs:
|
||||
LIBZMQ_SRCDIR: ${{ github.workspace }}\libzmq
|
||||
steps:
|
||||
- name: Add msbuild to PATH
|
||||
uses: microsoft/setup-msbuild@v1.0.0
|
||||
uses: microsoft/setup-msbuild@v1.0.2
|
||||
if: matrix.os == 'windows-2019'
|
||||
- name: Add msbuild to PATH 2016
|
||||
run: echo "##[add-path]C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin"
|
||||
uses: microsoft/setup-msbuild@v1.0.2
|
||||
with:
|
||||
vs-version: '[15.0,16.0)'
|
||||
if: matrix.os == 'windows-2016'
|
||||
- uses: actions/checkout@v2
|
||||
if: matrix.WITH_LIBSODIUM == 'ON'
|
||||
|
Loading…
Reference in New Issue
Block a user