SashaXser
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
.github/workflows/build.yml
|
@ -27,7 +27,8 @@ jobs: |
|
|
run: > |
|
|
run: > |
|
|
sudo rm /var/lib/man-db/auto-update && |
|
|
sudo rm /var/lib/man-db/auto-update && |
|
|
sudo DEBIAN_FRONTEND=noninteractive XZ_DEFAULTS="-T0" XZ_OPT="-T0" eatmydata |
|
|
sudo DEBIAN_FRONTEND=noninteractive XZ_DEFAULTS="-T0" XZ_OPT="-T0" eatmydata |
|
|
apt install -y --no-install-recommends mingw-w64-x86-64-dev |
|
|
apt update |
|
|
|
|
|
apt install -y --no-install-recommends gcc-mingw-w64 |
|
|
|
|
|
|
|
|
- name: Download WinDivert from cache |
|
|
- name: Download WinDivert from cache |
|
|
id: windivert-cache |
|
|
id: windivert-cache |
|
|