Fix AV false-positives by packing executables

This commit is contained in:
Florian Bach
2022-06-15 19:29:55 +02:00
parent 1271d099e7
commit b5978dc7c4
5 changed files with 72 additions and 12 deletions
+3 -4
View File
@@ -7,15 +7,14 @@ on:
jobs:
build:
runs-on: ubuntu-20.04
container: debian:bullseye
steps:
- uses: actions/checkout@v2
- name: Install compilers
run: |
apt update
apt install -y gcc-mingw-w64-i686 gcc-mingw-w64-x86-64
apt install -y wget make zip
sudo apt update
sudo apt install -y gcc-mingw-w64-i686 gcc-mingw-w64-x86-64
sudo apt install -y wget make zip
- name: Compile
run: |