diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 3118e83..6c650e9 100755 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -49,7 +49,7 @@ jobs: # Set up MSVC on Windows - name: Set up MSVC (Windows) if: matrix.os == 'windows-latest' - uses: actions/setup-msbuild@v1 + uses: microsoft/setup-msbuild@v1 # Corrected action # Set reusable strings - name: Set reusable strings