mirror of
https://github.com/bitwarden/mobile
synced 2025-02-09 00:18:53 +01:00
fix syntax
This commit is contained in:
parent
689eb7f87b
commit
63453fa962
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -10,12 +10,12 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Set up NuGet
|
- name: Set up NuGet
|
||||||
- uses: nuget/setup-nuget@v1
|
uses: nuget/setup-nuget@v1
|
||||||
with:
|
with:
|
||||||
nuget-version: 'latest'
|
nuget-version: 'latest'
|
||||||
|
|
||||||
- name: Set up MSBuild
|
- name: Set up MSBuild
|
||||||
- uses: microsoft/setup-msbuild@v1.0.0
|
uses: microsoft/setup-msbuild@v1.0.0
|
||||||
|
|
||||||
- name: Print environment
|
- name: Print environment
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user