mirror of
https://github.com/bitwarden/mobile
synced 2025-01-22 22:50:21 +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:
|
||||
- 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 New Issue
Block a user