diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4fc1912..64710ef 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -73,24 +73,6 @@ jobs: echo "CC=clang" >> $GITHUB_ENV echo "CXX=clang++" >> $GITHUB_ENV - - name: Add msbuild to PATH (Windows) - if: runner.os == 'Windows' - uses: microsoft/setup-msbuild@v2 - - - name: Install (Windows) - if: runner.os == 'Windows' - shell: cmd - run: | - :: See https://github.com/microsoft/vswhere/wiki/Find-VC - for /f "usebackq delims=*" %%i in (`vswhere -latest -property installationPath`) do ( - call "%%i"\Common7\Tools\vsdevcmd.bat -arch=x86 -host_arch=x64 - ) - - :: Loop over all environment variables and make them global. - for /f "delims== tokens=1,2" %%a in ('set') do ( - echo>>"%GITHUB_ENV%" %%a=%%b - ) - - name: Getting SourceMod ${{ matrix.sm_version }} uses: actions/checkout@v4 with: