From fe2c2b8abd71ec9199a824f0a3327e165bb25e6f Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Mon, 12 Oct 2020 14:09:43 +0200 Subject: Change to use microsoft/setup-msbuild@v1 --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 33f178a503c..4486b176484 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -129,7 +129,7 @@ jobs: perl ${env:ACE_ROOT}/bin/mwc.pl -type ${{ matrix.mpctype }} ${env:ACE_ROOT}/tests/tests.mwc -workers 4 shell: pwsh - name: Setup msbuild - uses: microsoft/setup-msbuild@v1.0.1 + uses: microsoft/setup-msbuild@v1 - name: Build solution TAO/TAO_ACE.sln run: msbuild -maxcpucount -p:Platform=${{ matrix.BuildPlatform }} -p:Configuration=${{ matrix.BuildConfiguration }} TAO/TAO_ACE.sln - name: Build solution ACE/tests/tests.sln -- cgit v1.2.1