File tree Expand file tree Collapse file tree 1 file changed +3
-27
lines changed Expand file tree Collapse file tree 1 file changed +3
-27
lines changed Original file line number Diff line number Diff line change @@ -82,41 +82,17 @@ jobs:
82
82
- os : windows-latest
83
83
platform : win32
84
84
architecture : x64
85
- - os : setup-actions- ubuntu-arm64-2-core
85
+ - os : ubuntu-22.04-arm
86
86
platform : linux
87
87
architecture : arm64
88
- runner_type : self-hosted
89
88
- os : macos-latest
90
89
platform : darwin
91
90
architecture : arm64
92
- - os : setup-actions- windows-arm64-4-core
91
+ - os : windows-11-arm
93
92
platform : win32
94
93
architecture : arm64
95
- runner_type : self-hosted
96
94
97
- steps :
98
- - name : Setup Environment on Windows ARM64 Runner
99
- if : matrix.os == 'setup-actions-windows-arm64-4-core'
100
- shell : powershell
101
- run : |
102
- # Install Chocolatey
103
- Set-ExecutionPolicy Bypass -Scope Process -Force
104
- [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072
105
- iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
106
- echo "C:\ProgramData\Chocolatey\bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
107
-
108
- # Install PowerShell
109
- choco install powershell-core -y
110
- echo "C:\Program Files\PowerShell\7" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
111
-
112
- # Install Git
113
- choco install git -y
114
- echo "C:\Program Files\Git\cmd" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
115
-
116
-
117
- # Install 7-Zip
118
- choco install 7zip -y
119
- echo "C:\ProgramData\chocolatey\bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
95
+ steps :
120
96
- name : checkout
121
97
if : env.excludewinarm == 'true'
122
98
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments