Remove redundant 'git checkout' (#191)

This commit is contained in:
Tina Murimi 2024-09-13 17:17:12 +03:00 коммит произвёл GitHub
Родитель 0d8a293581
Коммит 6c3034004e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -45,9 +45,6 @@ jobs:
# a pull request then we can checkout the head.
fetch-depth: 2
- run: git checkout HEAD^2
if: ${{ github.event_name == 'pull_request' }}
# https://github.com/marketplace/actions/setup-msbuild#specifying-msbuild-architecture-optional
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v2