summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-10-12 14:10:10 +0200
committerGitHub <noreply@github.com>2020-10-12 14:10:10 +0200
commit740f6f67c79c9690c2b526872d199c90add16513 (patch)
tree4deb071c69b8e731df97650c2c40e7cbffc2c4b2 /.github
parentfaee919545dc0adb9c6371d4dee347081278cdbb (diff)
downloadMPC-740f6f67c79c9690c2b526872d199c90add16513.tar.gz
Change to use microsoft/setup-msbuild@v1
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/windows.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 21d5d4de..65d4418f 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -96,7 +96,7 @@ jobs:
perl ${env:ACE_ROOT}/bin/mwc.pl -type ${{ matrix.mpctype }} ${env:CIAO_ROOT}/CIAO_TAO_DAnCE.mwc -workers 4
shell: pwsh
- name: Setup msbuild
- uses: microsoft/setup-msbuild@v1.0.1
+ uses: microsoft/setup-msbuild@v1
- name: Build solution $(CIAO_ROOT)/CIAO_TAO_DAnCE.sln
run: |
msbuild -maxcpucount -p:Platform=${{ matrix.BuildPlatform }} -p:Configuration=${{ matrix.BuildConfiguration }} ${env:CIAO_ROOT}/CIAO_TAO_DAnCE.sln