mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 15:15:34 +03:00
fix syntax
This commit is contained in:
parent
689eb7f87b
commit
63453fa962
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -10,12 +10,12 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Set up NuGet
|
||||
- uses: nuget/setup-nuget@v1
|
||||
uses: nuget/setup-nuget@v1
|
||||
with:
|
||||
nuget-version: 'latest'
|
||||
|
||||
- name: Set up MSBuild
|
||||
- uses: microsoft/setup-msbuild@v1.0.0
|
||||
uses: microsoft/setup-msbuild@v1.0.0
|
||||
|
||||
- name: Print environment
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue