mirror of
https://github.com/mattermost/focalboard.git
synced 2024-11-24 08:22:29 +02:00
build-win-wpf: Add msbuild to path
This commit is contained in:
parent
de776e8d5c
commit
902e3484b2
3
.github/workflows/build-win-wpf.yml
vendored
3
.github/workflows/build-win-wpf.yml
vendored
@ -17,6 +17,9 @@ jobs:
|
||||
- name: Replace token 2
|
||||
run: sed -i -e "s,placeholder_rudder_key,${{ secrets.RUDDER_DEV_KEY }},g" ${{ github.workspace }}/server/services/telemetry/telemetry.go
|
||||
|
||||
- name: Add msbuild to PATH
|
||||
uses: microsoft/setup-msbuild@v1.0.2
|
||||
|
||||
- name: win-node-env
|
||||
run: npm install -g win-node-env
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user