Skip to content

Commit

Permalink
CI: Remove default linker paths on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Luni-4 authored and lu-zero committed Jul 29, 2022
1 parent 3699da3 commit e9d89d8
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,19 +63,6 @@ jobs:
curl -LO "$LINK/$CARGO_C_FILE.zip"
7z e -y "$CARGO_C_FILE.zip" -o"${env:USERPROFILE}\.cargo\bin"
- name: Set environment variables
if: matrix.conf == 'msvc'
run: |
$VsPath = "${env:ProgramFiles(x86)}\Microsoft Visual Studio\Installer"
- name: Set MSVC x86_64 linker path
if: matrix.conf == 'msvc'
run: |
$LinkGlob = "VC\Tools\MSVC\*\bin\Hostx64\x64"
$LinkPath = vswhere -latest -products * -find "$LinkGlob" |
Select-Object -Last 1
echo "$LinkPath" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
- name: Install stable
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit e9d89d8

Please sign in to comment.