diff options
author | Junio C Hamano <gitster@pobox.com> | 2020-10-08 21:53:26 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-10-08 21:53:26 -0700 |
commit | 08f06e542d3f36cf1044f32fd7f84576fa2f324b (patch) | |
tree | b227bd3f9e0d397be122ccf3a2865d07840622d9 | |
parent | Merge branch 'jk/index-pack-hotfixes' (diff) | |
parent | GitHub workflow: automatically follow minor updates of setup-msbuild (diff) | |
download | tgif-08f06e542d3f36cf1044f32fd7f84576fa2f324b.tar.xz |
Merge branch 'js/ghwf-setup-msbuild-update'
CI update.
* js/ghwf-setup-msbuild-update:
GitHub workflow: automatically follow minor updates of setup-msbuild
-rw-r--r-- | .github/workflows/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fcfd138ff1..14ff94dcbe 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -154,7 +154,7 @@ jobs: Expand-Archive compat.zip -DestinationPath . -Force Remove-Item compat.zip - name: add msbuild to PATH - uses: microsoft/setup-msbuild@v1.0.0 + uses: microsoft/setup-msbuild@v1 - name: copy dlls to root shell: powershell run: | |