mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2026-01-29 11:54:40 +01:00
Update CIBuild.yml
This commit is contained in:
parent
63bff48b73
commit
7ae4c4cbfe
6
.github/workflows/CIBuild.yml
vendored
6
.github/workflows/CIBuild.yml
vendored
|
|
@ -24,7 +24,11 @@ jobs:
|
|||
|
||||
- name: Setup Visual Studio Command Prompt
|
||||
uses: microsoft/setup-msbuild@v1.0.2
|
||||
|
||||
|
||||
- name: Install Android SDK
|
||||
run: |
|
||||
"%ProgramFiles(x86)%\Android\android-sdk\cmdline-tools\7.0\bin\sdkmanager.bat" --install platforms;android-24
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
msbuild /restore /t:Build src/NmeaParser.sln /p:Configuration=Release
|
||||
|
|
|
|||
Loading…
Reference in a new issue