diff --git a/.github/workflows/build-reuse-winkernel.yml b/.github/workflows/build-reuse-winkernel.yml index 468a4f003d..41d8b4af8e 100644 --- a/.github/workflows/build-reuse-winkernel.yml +++ b/.github/workflows/build-reuse-winkernel.yml @@ -66,7 +66,7 @@ jobs: shell: pwsh run: scripts/prepare-machine.ps1 -ForBuild -ForKernel - name: Add msbuild to PATH - uses: microsoft/setup-msbuild@1ff57057b5cfdc39105cd07a01d78e9b0ea0c14c + uses: microsoft/setup-msbuild@031090342aeefe171e49f3820f3b52110c66e402 - name: Nuget Restore shell: pwsh run: msbuild msquic.kernel.sln -t:restore /p:RestorePackagesConfig=true /p:Configuration=${{ inputs.config }} /p:Platform=${{ inputs.arch }} diff --git a/.github/workflows/plugins.yml b/.github/workflows/plugins.yml index c489325255..88de0560c6 100644 --- a/.github/workflows/plugins.yml +++ b/.github/workflows/plugins.yml @@ -27,7 +27,7 @@ jobs: - name: Checkout repository uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - name: Setup MSBuild.exe - uses: microsoft/setup-msbuild@1ff57057b5cfdc39105cd07a01d78e9b0ea0c14c + uses: microsoft/setup-msbuild@031090342aeefe171e49f3820f3b52110c66e402 - name: Build run: msbuild src\plugins\msquic.windbg.sln /p:configuration=${{ matrix.configuration }} /p:platform=${{ matrix.platform }} - uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6