We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5166888 commit b9505a9Copy full SHA for b9505a9
1 file changed
.github/workflows/mediaportal.yml
@@ -48,11 +48,6 @@ jobs:
48
mklink /J "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community" "C:\Program Files\Microsoft Visual Studio\2022\Enterprise"
49
shell: cmd
50
51
- - name: Install ATL support
52
- run: |
53
- vs_installer.exe modify --installPath "C:\Program Files\Microsoft Visual Studio\2022\BuildTools" --add Microsoft.VisualStudio.Component.Atl --quiet --norestart
54
- shell: cmd
55
-
56
- name: Setup Java JDK
57
uses: actions/setup-java@v4
58
with:
0 commit comments