Skip to content

Commit e3df882

Browse files
authored
Update msbuild_arm64.yaml
1 parent f5e1c3c commit e3df882

File tree

1 file changed

+25
-23
lines changed

1 file changed

+25
-23
lines changed

.github/workflows/msbuild_arm64.yaml

Lines changed: 25 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,18 @@ jobs:
3232

3333
- name: Add MSBuild to PATH
3434
uses: microsoft/setup-msbuild@v1.0.2
35+
with:
36+
msbuild-architecture: 'arm64'
37+
38+
# - name: Install html-help-workshop, sed, innosetup
39+
# run: |
40+
# choco install html-help-workshop
41+
# choco install sed
42+
# choco install innosetup
3543

36-
- name: Install html-help-workshop, sed, innosetup
37-
run: |
38-
choco install html-help-workshop
39-
choco install sed
40-
choco install innosetup
41-
42-
- name: Restore NuGet packages
43-
working-directory: ${{env.GITHUB_WORKSPACE}}
44-
run: nuget restore ${{env.SOLUTION_FILE_PATH}}
44+
# - name: Restore NuGet packages
45+
# working-directory: ${{env.GITHUB_WORKSPACE}}
46+
# run: nuget restore ${{env.SOLUTION_FILE_PATH}}
4547

4648
- name: Stub
4749
working-directory: ${{env.GITHUB_WORKSPACE}}
@@ -56,20 +58,20 @@ jobs:
5658
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
5759
run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} /p:Platform=ARM64 ${{env.SOLUTION_FILE_PATH}}
5860

59-
- name: Build InnoSetup installers
60-
working-directory: ${{env.GITHUB_WORKSPACE}}
61-
run: |
62-
cd Install\Win32
63-
dir
64-
./MakePackage.bat
61+
#- name: Build InnoSetup installers
62+
# working-directory: ${{env.GITHUB_WORKSPACE}}
63+
# run: |
64+
# cd Install\Win32
65+
# dir
66+
# ./MakePackage.bat
6567

66-
- uses: actions/upload-artifact@v4
67-
id: upload_step3
68-
with:
69-
name: x64Installer
70-
path: ./Install/Win32/install_image/*_x64.exe
68+
# - uses: actions/upload-artifact@v4
69+
# id: upload_step3
70+
# with:
71+
# name: x64Installer
72+
# path: ./Install/Win32/install_image/*_x64.exe
7173

72-
- name: Upload results
73-
run: |
74-
echo 'x64Installer: Artifact ID is ${{ steps.upload_step3.outputs.artifact-id }}, URL is ${{ steps.upload_step3.outputs.artifact-url }}'
74+
#- name: Upload results
75+
# run: |
76+
# echo 'x64Installer: Artifact ID is ${{ steps.upload_step3.outputs.artifact-id }}, URL is ${{ steps.upload_step3.outputs.artifact-url }}'
7577

0 commit comments

Comments
 (0)