Skip to content

Commit

Permalink
Problem: add-path no longer supported in Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
bluca committed Nov 18, 2020
1 parent d77c60a commit bb15d9d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,12 @@ jobs:
LIBZMQ_SRCDIR: ${{ github.workspace }}\libzmq
steps:
- name: Add msbuild to PATH
uses: microsoft/[email protected].0
uses: microsoft/[email protected].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/[email protected]
with:
vs-version: '[15.0,16.0)'
if: matrix.os == 'windows-2016'
- uses: actions/checkout@v2
if: matrix.WITH_LIBSODIUM == 'ON'
Expand Down

0 comments on commit bb15d9d

Please sign in to comment.