mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2025-12-06 07:12:04 +01:00
upgrade setup-msbuild
This commit is contained in:
parent
97e0084216
commit
5df02f8e53
4
.github/workflows/CIBuild.yml
vendored
4
.github/workflows/CIBuild.yml
vendored
|
|
@ -20,10 +20,10 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Clone NmeaParser
|
||||
uses: actions/checkout@v1
|
||||
uses: actions/checkout@v2.0.0
|
||||
|
||||
- name: Setup Visual Studio Command Prompt
|
||||
uses: microsoft/setup-msbuild@v1.0.2
|
||||
uses: microsoft/setup-msbuild@v2
|
||||
|
||||
- name: Install Android SDK
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue