From f943078d44486da57258bcc710ffcfe5926d6819 Mon Sep 17 00:00:00 2001 From: sebthom Date: Mon, 11 Mar 2024 00:13:50 +0100 Subject: [PATCH] ci: configure clamd anti-virus/malware daemon --- .github/workflows/build.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d646e37..7598358 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -76,6 +76,10 @@ jobs: uses: actions/checkout@v4 # https://github.com/actions/checkout + - name: Start ClamAV daemon clamd + uses: toblux/start-clamd-github-action@v0.1 + + - name: Configure Fast APT Mirror uses: vegardit/fast-apt-mirror.sh@v1 @@ -90,7 +94,7 @@ jobs: fi - - name: "Install Python and PDM" # https://github.com/pdm-project/setup-pdm + - name: "Install Python and PDM" # https://github.com/pdm-project/setup-pdm uses: pdm-project/setup-pdm@v4 with: python-version: "${{ matrix.PYTHON_VERSION }}"