fix msbuild path
This commit is contained in:
parent
31695fba26
commit
b581445805
|
@ -14,5 +14,8 @@ jobs:
|
||||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: setup-msbuild
|
||||||
|
uses: microsoft/setup-msbuild@v1
|
||||||
|
|
||||||
- name: Build Driver
|
- name: Build Driver
|
||||||
run: msbuild /t:build Sandboxdrv.sln /p:Configuration="SbieRelease" /p:Platform="x64"
|
run: msbuild /t:build Sandboxdrv.sln /p:Configuration="SbieRelease" /p:Platform="x64"
|
||||||
|
|
Loading…
Reference in New Issue