Commit daff820
committed
Remove Info-ZIP dependency from CI
The willus.com site has bot protection that causes Invoke-WebRequest to
fail reliably. The zip command was only needed by windows-package.sh for
release packaging, not by unit tests or builds. Replace it with
PowerShell's built-in Compress-Archive.
Signed-off-by: Thomas Hallgren <thomas@tada.se>1 parent d3bff59 commit daff820
File tree
2 files changed
+1
-14
lines changed- .github/actions/install-dependencies
- packaging
2 files changed
+1
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | 48 | | |
62 | 49 | | |
63 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
0 commit comments