From 1eed24860cfa41f32b9164391247fa6fb76de0af Mon Sep 17 00:00:00 2001 From: Scott Charlton Date: Mon, 3 May 2021 09:05:43 -0600 Subject: [PATCH] Update cmake.yml --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 190b994b..ce2ede4d 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v2 - name: Check space - - run: Get-PSDrive + run: Get-PSDrive - name: Configure CMake # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.