From 770d17c236cd8691014680fc81f4db590f035524 Mon Sep 17 00:00:00 2001 From: Stargazing Koishi Date: Sat, 30 May 2020 16:07:12 -0700 Subject: [PATCH] Update .github/workflows/build.yml Co-authored-by: Lucas Nicodemus --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |