Skip to content

Commit

Permalink
Update and rename blank.yml to CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
halx99 authored Jun 9, 2024
1 parent 76e5523 commit 743e18d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/blank.yml → .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
echo '1'
echo '2'
$vs_installer = 'C:\Program Files (x86)\Microsoft Visual Studio\Installer\installer.exe'
$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:
Expand Down

0 comments on commit 743e18d

Please sign in to comment.