From 1436b5e8b94346348083e972f584440767a1eb6a Mon Sep 17 00:00:00 2001 From: Evgeniy Kazakov Date: Thu, 30 May 2024 04:01:03 +0300 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 18 ------------------ 1 file changed, 18 deletions(-) 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: