Skip to content

Commit 081a329

Browse files
committed
use atl
1 parent 7cf0b29 commit 081a329

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
FBSDK_VERSION: 2025-03-07
1818

1919
SOL_FILE: foo_opensubsonic.sln
20-
MSBUILD_CMD_X86: /maxcpucount /property:RestorePackagesConfig=true,Configuration=Release,Platform=Win32 /target:restore,build
21-
MSBUILD_CMD_X64: /maxcpucount /property:RestorePackagesConfig=true,Configuration=Release,Platform=x64 /target:restore,build
22-
MSBUILD_CMD_ARM64EC: /maxcpucount /property:RestorePackagesConfig=true,Configuration=Release,Platform=ARM64EC /target:restore,build
20+
MSBUILD_CMD_X86: /maxcpucount /property:RestorePackagesConfig=true,Configuration=Release,Platform=Win32,UseOfAtl=Static /target:restore,build
21+
MSBUILD_CMD_X64: /maxcpucount /property:RestorePackagesConfig=true,Configuration=Release,Platform=x64,UseOfAtl=Static /target:restore,build
22+
MSBUILD_CMD_ARM64EC: /maxcpucount /property:RestorePackagesConfig=true,Configuration=Release,Platform=ARM64EC,UseOfAtl=Static /target:restore,build
2323

2424
steps:
2525
- name: Checkout repository
@@ -62,9 +62,6 @@ jobs:
6262
$x.Save($filePath)
6363
}
6464
65-
cat lib\foobar2000_sdk\libPPUI\libPPUI.vcxproj
66-
cat lib\foobar2000_sdk\foobar2000\helpers\foobar2000_sdk_helpers.vcxproj
67-
6865
- name: Setup devcmd
6966
uses: ilammy/msvc-dev-cmd@v1
7067

0 commit comments

Comments
 (0)