Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
halx99 authored Jun 9, 2024
1 parent 743e18d commit 57270c3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,9 @@ jobs:
- name: setup-msvc1439
shell: pwsh
run: |
echo '1'
echo '2'
$vs_installer = 'C:\Program Files (x86)\Microsoft Visual Studio\Installer\vs_installer.exe'
&$vs_installer modify --installPath "C:\Program Files\Microsoft Visual Studio 2022" --add Microsoft.VisualStudio.Component.VC.14.39.Tools.x86.x64
- uses: ilammy/msvc-dev-cmd@v1
with:
toolset: '14.39'
arch: x64
arch: 'x86_64'

0 comments on commit 57270c3

Please sign in to comment.