Skip to content

Commit fa2a410

Browse files
committed
ci: windows: install gnupg separately
1 parent 0ad1196 commit fa2a410

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/windows_builds.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
- os: windows-2025
3030
arch: ARM
3131
steps:
32+
- name: dependencies
33+
shell: pwsh
34+
run: choco install gnupg
3235
- uses: actions/checkout@v4
3336
- name: build
3437
shell: pwsh

0 commit comments

Comments
 (0)