diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 54c3555f..8173267b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v1 with: submodules: recursive - - name: Installer NuGet client + - name: Install NuGet client uses: nuget/setup-nuget@v1 - name: Restore NuGet packages run: |