Skip to content

Commit 77c4eb9

Browse files
committed
[poc_windows_arm_64_compile] Fix
1 parent e8c6b3f commit 77c4eb9

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/poc-agent-build.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -130,12 +130,7 @@ jobs:
130130
- name: Config Git for HTTPS
131131
shell: pwsh
132132
run: |
133-
try {
134-
git config --global --unset url.ssh://[email protected]
135-
}
136-
catch {
137-
Write-Host "Configuration not set, no need to unset."
138-
}
133+
git config --global --unset url.ssh://[email protected] -ErrorAction SilentlyContinue
139134
140135
- name: Run Cargo Audit
141136
run: cargo audit
@@ -207,8 +202,8 @@ jobs:
207202

208203

209204

210-
poc_macos_arm_64_compile:
211-
name: poc_macos_arm_64_compile
205+
poc_macos_matrix_compile:
206+
name: poc_macos_compile
212207
strategy:
213208
matrix:
214209
runner-type: [macos-15, macos-13]

0 commit comments

Comments
 (0)